/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | link_property_listener.h | 68 virtual void OnPhyUpdate( in OnPhyUpdate() function
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_connection_management_callbacks.h | 38 virtual void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) = 0;
|
D | le_connection_management_callbacks_mock.h | 60 void, OnPhyUpdate, (hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy), (override));
|
D | le_acl_connection.cc | 77 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()
|
D | le_acl_connection_test.cc | 85 virtual void OnPhyUpdate( in OnPhyUpdate() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeConnectionManagementCallbacks
|
D | le_impl_test.cc | 266 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()
|
D | le_impl.h | 582 …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/ |
D | link.h | 98 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override;
|
D | link.cc | 129 void Link::OnPhyUpdate( in OnPhyUpdate() function in bluetooth::l2cap::le::internal::Link
|
/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/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 385 void OnPhyUpdate( in OnPhyUpdate() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 482 MOCK_METHOD3(OnPhyUpdate, void(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy));
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 857 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() function in LeShimAclConnection
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 2633 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()
|