/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ |
D | BV_41_C.py | 141 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)
|
D | BV_43_C.py | 128 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/ |
D | iso.rs | 90 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/ |
D | BV_42_C.py | 104 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:
|
D | BV_40_C.py | 161 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/ |
D | BV_10_C.py | 87 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,
|
D | BV_26_C.py | 76 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,
|
D | BV_01_C.py | 88 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,
|
D | BV_03_C.py | 84 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/ |
D | BV_01_C.py | 82 phy_p_to_c=hci.PhyType.LE_1M, 148 phy_p_to_c=hci.SecondaryPhyType.LE_1M,
|
D | BV_02_C.py | 78 phy_p_to_c=hci.PhyType.LE_1M,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 188 phy_p_to_c: 8, 232 phy_p_to_c : 8,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 506 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/ |
D | link_layer_controller.cc | 508 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/ |
D | link_layer_packets.pdl | 376 phy_p_to_c: 8,
|
D | hci_packets.pdl | 4509 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 D | test_packets.h | 139 pw::bluetooth::emboss::IsoPhyType phy_p_to_c,
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/ |
H A D | iso_stream.cc | 191 params->phy = view.phy_p_to_c().Read(); in OnCisEstablished()
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | controller.py | 622 phy_p_to_c=0,
|
D | hci.py | 4768 phy_p_to_c: List[int]
|
D | device.py | 4037 phy_p_to_c=[HCI_LE_2M_PHY] * num_cis,
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 4340 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 D | hci_events.emb | 2066 $next [+1] IsoPhyType phy_p_to_c
|
H A D | hci_commands.emb | 448 0 [+LECISPHYOptions.$size_in_bits] LECISPHYOptions phy_p_to_c
|