Home
last modified time | relevance | path

Searched refs:phy_p_to_c (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_41_C.py141 phy_p_to_c = 0x1
143 …(phy_c_to_p, phy_p_to_c) = await self.steps_1_9(peer_address, acl_connection_handle, phy_c_to_p, p…
146 …ef steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to_c: int,
204 phy_p_to_c=self.Any))
208 self.assertTrue((phy_update_ind.phy_p_to_c & ~req_rx_phys) == 0)
209 self.assertTrue((phy_update_ind.phy_p_to_c & ~rsp_tx_phys) == 0)
211 phy_p_to_c = phy_update_ind.phy_p_to_c or phy_p_to_c
231 rx_phy=phy_from_mask(phy_p_to_c)))
233 return (phy_c_to_p, phy_p_to_c)
DBV_43_C.py128 phy_p_to_c=0x0))
193 phy_p_to_c = 0x1
195 …(phy_c_to_p, phy_p_to_c) = await self.steps_3_9(peer_address, acl_connection_handle, phy_c_to_p, p…
198 …ef steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to_c: int,
226 phy_p_to_c=self.Any))
243 next_phy_p_to_c = phy_update_ind.phy_p_to_c or phy_p_to_c
245 if phy_update_ind.phy_c_to_p != 0 or phy_update_ind.phy_p_to_c != 0:
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs90 phy_p_to_c: u8, field
123 phy_p_to_c: u8, field
166 let phy_p_to_c = select_phy(cis_config.phy_p_to_c); in new() localVariable
172 phy_p_to_c, in new()
199 fn phy_p_to_c(&self) -> hci::SecondaryPhyType { in phy_p_to_c() method
200 match self.phy_p_to_c { in phy_p_to_c()
387 phy_p_to_c: parameters.phy_p_to_c, in deque_cis_connection_request()
451 if cis.phy_c_to_p == 0 || cis.phy_p_to_c == 0 { in hci_le_set_cig_parameters()
454 cis.cis_id, cis.phy_c_to_p, cis.phy_p_to_c in hci_le_set_cig_parameters()
466 || (cis.phy_p_to_c & !self.supported_phys()) != 0 in hci_le_set_cig_parameters()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/
DBV_42_C.py104 phy_p_to_c=0x2))
170 phy_p_to_c = 0x2
172 … (phy_c_to_p, phy_p_to_c) = await self.steps_4_11(peer_address, acl_connection_handle, phy_c_to_p,
173 phy_p_to_c, **vars(test_round))
175 …f steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to_c: int,
224 next_phy_p_to_c = next_phy_p_to_c or phy_p_to_c
230 phy_p_to_c=(0 if next_phy_p_to_c == phy_p_to_c else next_phy_p_to_c)))
248 if next_phy_c_to_p != phy_c_to_p or next_phy_p_to_c != phy_p_to_c:
DBV_40_C.py161 phy_p_to_c = 0x1
163 …(phy_c_to_p, phy_p_to_c) = await self.steps_1_9(peer_address, acl_connection_handle, phy_c_to_p, p…
166 …ef steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to_c: int,
216 next_phy_p_to_c = (req_tx_phys & phy_ltpref_p_to_c) or phy_p_to_c
221 phy_p_to_c=(0 if next_phy_p_to_c == phy_p_to_c else next_phy_p_to_c)))
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/
DBV_10_C.py87 phy_p_to_c=self.PHY_P_TO_C,
97 phy_p_to_c=self.PHY_P_TO_C,
123 phy_p_to_c=hci.PhyType.LE_1M,
164 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
179 phy_p_to_c=hci.PhyType.LE_1M,
220 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
DBV_26_C.py76 phy_p_to_c=self.PHY_P_TO_C,
107 phy_p_to_c=hci.PhyType.LE_1M,
156 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
252 phy_p_to_c=self.PHY_P_TO_C,
281 phy_p_to_c=hci.PhyType.LE_1M,
328 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
DBV_01_C.py88 phy_p_to_c=self.PHY_P_TO_C,
120 phy_p_to_c=hci.PhyType.LE_1M,
175 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
DBV_03_C.py84 phy_p_to_c=self.PHY_P_TO_C,
111 phy_p_to_c=hci.PhyType.LE_1M,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/PER/
DBV_01_C.py82 phy_p_to_c=hci.PhyType.LE_1M,
148 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
DBV_02_C.py78 phy_p_to_c=hci.PhyType.LE_1M,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/
Dllcp_packets.pdl188 phy_p_to_c: 8,
232 phy_p_to_c : 8,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc506 pw::bluetooth::emboss::IsoPhyType phy_p_to_c, in LECisEstablishedEventPacket() argument
529 view.phy_p_to_c().Write(phy_p_to_c); in LECisEstablishedEventPacket()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc508 bluetooth::hci::PhyType phy_p_to_c = select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyReq() local
520 indicate_phy(phy_p_to_c, connection.GetRxPhy()), 0)); in IncomingLlPhyReq()
524 if ((phy_c_to_p != connection.GetTxPhy() || phy_p_to_c != connection.GetRxPhy()) && in IncomingLlPhyReq()
527 ErrorCode::SUCCESS, connection_handle, phy_c_to_p, phy_p_to_c)); in IncomingLlPhyReq()
532 connection.SetRxPhy(phy_p_to_c); in IncomingLlPhyReq()
556 bluetooth::hci::PhyType phy_p_to_c = select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyRsp() local
568 indicate_phy(phy_p_to_c, connection.GetRxPhy()), 0)); in IncomingLlPhyRsp()
574 ErrorCode::SUCCESS, connection_handle, phy_c_to_p, phy_p_to_c)); in IncomingLlPhyRsp()
580 connection.SetRxPhy(phy_p_to_c); in IncomingLlPhyRsp()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl376 phy_p_to_c: 8,
Dhci_packets.pdl4509 phy_p_to_c : 3,
4561 phy_p_to_c : 8,
6145 phy_p_to_c : SecondaryPhyType,
6169 phy_p_to_c : SecondaryPhyType,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_packets.h139 pw::bluetooth::emboss::IsoPhyType phy_p_to_c,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_stream.cc191 params->phy = view.phy_p_to_c().Read(); in OnCisEstablished()
/aosp_15_r20/external/python/bumble/bumble/
Dcontroller.py622 phy_p_to_c=0,
Dhci.py4768 phy_p_to_c: List[int]
Ddevice.py4037 phy_p_to_c=[HCI_LE_2M_PHY] * num_cis,
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl4340 phy_p_to_c : 3,
4392 phy_p_to_c : 8,
5413 phy_p_to_c : SecondaryPhyType,
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/
H A Dhci_events.emb2066 $next [+1] IsoPhyType phy_p_to_c
H A Dhci_commands.emb448 0 [+LECISPHYOptions.$size_in_bits] LECISPHYOptions phy_p_to_c