Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dlink_property_listener.h67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() function
/system/bt/gd/hci/acl_manager/
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
/system/bt/gd/l2cap/le/internal/
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
/system/bt/gd/hci/facade/
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
/system/bt/main/shim/
Dacl.cc640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() function in LeShimAclConnection
Dl2c_api.cc594 void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, in OnPhyUpdate() function