Home
last modified time | relevance | path

Searched refs:select_phy (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs155 fn select_phy(phys: u8) -> u8 { in new() function
165 let phy_c_to_p = select_phy(cis_config.phy_c_to_p); in new()
166 let phy_p_to_c = select_phy(cis_config.phy_p_to_c); in new()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc463 static bluetooth::hci::PhyType select_phy(uint8_t phys, bluetooth::hci::PhyType current) { in select_phy() function
507 bluetooth::hci::PhyType phy_c_to_p = select_phy(tx_phys, connection.GetTxPhy()); in IncomingLlPhyReq()
508 bluetooth::hci::PhyType phy_p_to_c = select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyReq()
555 bluetooth::hci::PhyType phy_c_to_p = select_phy(tx_phys, connection.GetTxPhy()); in IncomingLlPhyRsp()
556 bluetooth::hci::PhyType phy_p_to_c = select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyRsp()
597 bluetooth::hci::PhyType tx_phy = select_phy(phy_update_ind.GetPhyPToC(), connection.GetTxPhy()); in IncomingLlPhyUpdateInd()
598 bluetooth::hci::PhyType rx_phy = select_phy(phy_update_ind.GetPhyCToP(), connection.GetRxPhy()); in IncomingLlPhyUpdateInd()