Home
last modified time | relevance | path

Searched defs:phy_c_to_p (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs89 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
190 fn phy_c_to_p(&self) -> hci::SecondaryPhyType { in phy_c_to_p() method
/packages/modules/Bluetooth/offload/hci/
Devent.rs237 pub phy_c_to_p: u8, field
Dcommand.rs271 pub phy_c_to_p: u8, field
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc507 bluetooth::hci::PhyType phy_c_to_p = select_phy(tx_phys, connection.GetTxPhy()); in IncomingLlPhyReq() local
555 bluetooth::hci::PhyType phy_c_to_p = select_phy(tx_phys, connection.GetTxPhy()); in IncomingLlPhyRsp() local