Home
last modified time | relevance | path

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

/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
199 fn phy_p_to_c(&self) -> hci::SecondaryPhyType { in phy_p_to_c() method
/packages/modules/Bluetooth/offload/hci/
Devent.rs238 pub phy_p_to_c: u8, field
Dcommand.rs272 pub phy_p_to_c: u8, field
/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
556 bluetooth::hci::PhyType phy_p_to_c = select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyRsp() local