Searched refs:OnLeReadRemoteFeaturesComplete (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 70 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::LeAclConnectionTracker 71 SAVE_OR_CALL(OnLeReadRemoteFeaturesComplete, hci_status, features); in OnLeReadRemoteFeaturesComplete()
|
D | le_connection_management_callbacks.h | 40 virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) = 0;
|
D | le_connection_management_callbacks_mock.h | 57 OnLeReadRemoteFeaturesComplete,
|
D | le_acl_connection_test.cc | 77 …virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override… in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::__anon514ad8eb0111::TestLeConnectionManagementCallbacks
|
D | le_impl_test.cc | 437 …MOCK_METHOD(void, OnLeReadRemoteFeaturesComplete, (hci::ErrorCode hci_status, uint64_t features), …
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.h | 96 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override;
|
D | link.cc | 101 void Link::OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) {} in OnLeReadRemoteFeaturesComplete() function in bluetooth::l2cap::le::internal::Link
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 372 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override {} in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 723 … MOCK_METHOD2(OnLeReadRemoteFeaturesComplete, void(hci::ErrorCode hci_status, uint64_t features));
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 810 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, in OnLeReadRemoteFeaturesComplete() function in LeShimAclConnection
|