Home
last modified time | relevance | path

Searched defs:OnPhyUpdate (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() function
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() function in bluetooth::l2cap::le::internal::Link
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/aosp12/system/bt/main/shim/
H A Dacl.cc640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() function in LeShimAclConnection
H A Dl2c_api.cc594 void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, in OnPhyUpdate() function