Home
last modified time | relevance | path

Searched refs:GetRxPhy (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h81 bluetooth::hci::PhyType GetRxPhy() const { return rx_phy_; } in GetRxPhy() function
Dlink_layer_controller.cc358 *rx_phy = connection.GetRxPhy(); in LeReadPhy()
525 select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyReq()
537 indicate_phy(phy_p_to_c, connection.GetRxPhy()), 0)); in IncomingLlPhyReq()
542 phy_p_to_c != connection.GetRxPhy()) && in IncomingLlPhyReq()
578 select_phy(rx_phys, connection.GetRxPhy()); in IncomingLlPhyRsp()
590 indicate_phy(phy_p_to_c, connection.GetRxPhy()), 0)); in IncomingLlPhyRsp()
624 select_phy(phy_update_ind.GetPhyCToP(), connection.GetRxPhy()); in IncomingLlPhyUpdateInd()
630 (tx_phy != connection.GetTxPhy() || rx_phy != connection.GetRxPhy() || in IncomingLlPhyUpdateInd()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h582 …lbacks->OnPhyUpdate(complete_view.GetStatus(), complete_view.GetTxPhy(), complete_view.GetRxPhy()); in on_le_phy_update_complete()