Searched defs:OnPhyUpdate (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/l2cap/le/ |
D | link_property_listener.h | 67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() function
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() function in bluetooth::l2cap::le::internal::Link
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
/system/bt/main/shim/ |
D | acl.cc | 640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() function in LeShimAclConnection
|
D | l2c_api.cc | 594 void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, in OnPhyUpdate() function
|