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_connection_management_callbacks.h37 virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) = 0;
Dle_connection_management_callbacks_mock.h56 OnLeReadRemoteFeaturesComplete,
Dle_acl_connection.cc73 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) override { in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
74 SAVE_OR_CALL(OnLeReadRemoteFeaturesComplete, hci_status, features); in OnLeReadRemoteFeaturesComplete()
Dle_acl_connection_test.cc83 virtual void OnLeReadRemoteFeaturesComplete( in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeConnectionManagementCallbacks
Dle_impl_test.cc264 …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.cc126 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.cc401 void OnLeReadRemoteFeaturesComplete( in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc481 … MOCK_METHOD2(OnLeReadRemoteFeaturesComplete, void(hci::ErrorCode hci_status, uint64_t features));
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc852 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode /* hci_status */, in OnLeReadRemoteFeaturesComplete() function in LeShimAclConnection