Home
last modified time | relevance | path

Searched refs:OnLeReadRemoteFeaturesComplete (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc70 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()
Dle_connection_management_callbacks.h40 virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) = 0;
Dle_connection_management_callbacks_mock.h57 OnLeReadRemoteFeaturesComplete,
Dle_acl_connection_test.cc77 …virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override… in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::__anon514ad8eb0111::TestLeConnectionManagementCallbacks
Dle_impl_test.cc437 …MOCK_METHOD(void, OnLeReadRemoteFeaturesComplete, (hci::ErrorCode hci_status, uint64_t features), …
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.h96 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override;
Dlink.cc101 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/
Dle_acl_manager_facade.cc372 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/
Dacl_manager_unittest.cc723 … MOCK_METHOD2(OnLeReadRemoteFeaturesComplete, void(hci::ErrorCode hci_status, uint64_t features));
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc810 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, in OnLeReadRemoteFeaturesComplete() function in LeShimAclConnection