Searched defs:OnPhyUpdate (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ | ||
D | le_acl_connection.cc | 87 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() function in bluetooth::hci::acl_manager::LeAclConnectionTracker |
/packages/modules/Bluetooth/floss/pandora/floss/ | ||
D | gatt_client.py | 306 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): member in FlossGattClient.ExportedGattClientCallbacks |
D | gatt_server.py | 500 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): member in FlossGattServer.ExportedGattServerCallbacks |
/packages/modules/Bluetooth/system/main/shim/ | ||
D | acl.cc | 782 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() function in LeShimAclConnection |
/packages/modules/Bluetooth/system/bta/le_audio/ | ||
D | client.cc | 3094 void OnPhyUpdate(tCONN_ID conn_id, uint8_t tx_phy, uint8_t rx_phy, tGATT_STATUS status) { in OnPhyUpdate() function in __anon432cb1ce0111::LeAudioClientImpl |