/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ |
D | BV_41_C.py | 139 phy_c_to_p = 0x1 142 …(phy_c_to_p, phy_p_to_c) = await self.steps_1_9(peer_address, acl_connection_handle, phy_c_to_p, p… 145 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to… 202 phy_c_to_p=self.Any, 205 self.assertTrue((phy_update_ind.phy_c_to_p & ~req_tx_phys) == 0) 206 self.assertTrue((phy_update_ind.phy_c_to_p & ~rsp_rx_phys) == 0) 209 phy_c_to_p = phy_update_ind.phy_c_to_p or phy_c_to_p 229 tx_phy=phy_from_mask(phy_c_to_p), 232 return (phy_c_to_p, phy_p_to_c)
|
D | BV_43_C.py | 126 phy_c_to_p=0x0, 191 phy_c_to_p = 0x1 194 …(phy_c_to_p, phy_p_to_c) = await self.steps_3_9(peer_address, acl_connection_handle, phy_c_to_p, p… 197 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to… 224 phy_c_to_p=self.Any, 241 next_phy_c_to_p = phy_update_ind.phy_c_to_p or phy_c_to_p 244 if phy_update_ind.phy_c_to_p != 0 or phy_update_ind.phy_p_to_c != 0:
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/ |
D | BV_42_C.py | 103 phy_c_to_p=0x2, 169 phy_c_to_p = 0x2 172 … (phy_c_to_p, phy_p_to_c) = await self.steps_4_11(peer_address, acl_connection_handle, phy_c_to_p, 175 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t… 223 next_phy_c_to_p = next_phy_c_to_p or phy_c_to_p 229 phy_c_to_p=(0 if next_phy_c_to_p == phy_c_to_p else next_phy_c_to_p), 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 | 160 phy_c_to_p = 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 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to… 215 next_phy_c_to_p = (req_rx_phys & phy_ltpref_c_to_p) or phy_c_to_p 220 phy_c_to_p=(0 if next_phy_c_to_p == phy_c_to_p else next_phy_c_to_p),
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 89 phy_c_to_p: u8, field 122 phy_c_to_p: u8, field 165 let phy_c_to_p = select_phy(cis_config.phy_c_to_p); in new() localVariable 171 phy_c_to_p, in new() 190 fn phy_c_to_p(&self) -> hci::SecondaryPhyType { in phy_c_to_p() method 191 match self.phy_c_to_p { in phy_c_to_p() 386 phy_c_to_p: parameters.phy_c_to_p, 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() 465 if (cis.phy_c_to_p & !self.supported_phys()) != 0 in hci_le_set_cig_parameters() [all …]
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/ |
D | BV_10_C.py | 86 phy_c_to_p=self.PHY_C_TO_P, 96 phy_c_to_p=self.PHY_C_TO_P, 122 phy_c_to_p=hci.PhyType.LE_1M, 163 phy_c_to_p=hci.SecondaryPhyType.LE_1M, 178 phy_c_to_p=hci.PhyType.LE_1M, 219 phy_c_to_p=hci.SecondaryPhyType.LE_1M,
|
D | BV_26_C.py | 75 phy_c_to_p=self.PHY_C_TO_P, 106 phy_c_to_p=hci.PhyType.LE_1M, 155 phy_c_to_p=hci.SecondaryPhyType.LE_1M, 251 phy_c_to_p=self.PHY_C_TO_P, 280 phy_c_to_p=hci.PhyType.LE_1M, 327 phy_c_to_p=hci.SecondaryPhyType.LE_1M,
|
D | BV_01_C.py | 87 phy_c_to_p=self.PHY_C_TO_P, 119 phy_c_to_p=hci.PhyType.LE_1M, 174 phy_c_to_p=hci.SecondaryPhyType.LE_1M,
|
D | BV_03_C.py | 83 phy_c_to_p=self.PHY_C_TO_P, 110 phy_c_to_p=hci.PhyType.LE_1M,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/PER/ |
D | BV_01_C.py | 81 phy_c_to_p=hci.PhyType.LE_1M, 147 phy_c_to_p=hci.SecondaryPhyType.LE_1M,
|
D | BV_02_C.py | 77 phy_c_to_p=hci.PhyType.LE_1M,
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 187 phy_c_to_p: 8, 231 phy_c_to_p : 8,
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 375 phy_c_to_p: 8,
|
D | hci_packets.pdl | 4323 phy_c_to_p : 3, 4376 phy_c_to_p : 8, 5397 phy_c_to_p : SecondaryPhyType,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 522 bluetooth::hci::PhyType phy_c_to_p = in IncomingLlPhyReq() local 536 indicate_phy(phy_c_to_p, connection.GetTxPhy()), in IncomingLlPhyReq() 541 if ((phy_c_to_p != connection.GetTxPhy() || in IncomingLlPhyReq() 545 ErrorCode::SUCCESS, connection_handle, phy_c_to_p, phy_p_to_c)); in IncomingLlPhyReq() 549 connection.SetTxPhy(phy_c_to_p); in IncomingLlPhyReq() 575 bluetooth::hci::PhyType phy_c_to_p = in IncomingLlPhyRsp() local 589 indicate_phy(phy_c_to_p, connection.GetTxPhy()), in IncomingLlPhyRsp() 596 ErrorCode::SUCCESS, connection_handle, phy_c_to_p, phy_p_to_c)); in IncomingLlPhyRsp() 601 connection.SetTxPhy(phy_c_to_p); in IncomingLlPhyRsp()
|