Home
last modified time | relevance | path

Searched refs:OnPhyUpdate (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_property_listener.h68 virtual void OnPhyUpdate( in OnPhyUpdate() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_connection_management_callbacks.h38 virtual void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) = 0;
Dle_connection_management_callbacks_mock.h60 void, OnPhyUpdate, (hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy), (override));
Dle_acl_connection.cc77 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
78 SAVE_OR_CALL(OnPhyUpdate, hci_status, tx_phy, rx_phy); in OnPhyUpdate()
Dle_acl_connection_test.cc85 virtual void OnPhyUpdate( in OnPhyUpdate() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeConnectionManagementCallbacks
Dle_impl_test.cc266 void, OnPhyUpdate, (hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy), (override));
1091 EXPECT_CALL(connection_management_callbacks_, OnPhyUpdate(_, _, _)) in TEST_F()
Dle_impl.h582 …callbacks->OnPhyUpdate(complete_view.GetStatus(), complete_view.GetTxPhy(), complete_view.GetRxPhy… in on_le_phy_update_complete()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.h98 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override;
Dlink.cc129 void Link::OnPhyUpdate( in OnPhyUpdate() function in bluetooth::l2cap::le::internal::Link
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py306 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): member in FlossGattClient.ExportedGattClientCallbacks
Dgatt_server.py500 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): member in FlossGattServer.ExportedGattServerCallbacks
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc385 void OnPhyUpdate( in OnPhyUpdate() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc482 MOCK_METHOD3(OnPhyUpdate, void(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy));
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc857 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() function in LeShimAclConnection
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2633 void OnPhyUpdate(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, in OnPhyUpdate() function in __anonf21162180111::LeAudioClientImpl
6121 instance->OnPhyUpdate( in le_audio_gattc_callback()