Searched refs:OnLeReadRemoteFeaturesComplete (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_connection_management_callbacks.h | 37 virtual void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, uint64_t features) = 0;
|
D | le_connection_management_callbacks_mock.h | 56 OnLeReadRemoteFeaturesComplete,
|
D | le_acl_connection.cc | 73 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()
|
D | le_acl_connection_test.cc | 83 virtual void OnLeReadRemoteFeaturesComplete( in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeConnectionManagementCallbacks
|
D | le_impl_test.cc | 264 …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 | 126 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 | 401 void OnLeReadRemoteFeaturesComplete( in OnLeReadRemoteFeaturesComplete() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 481 … MOCK_METHOD2(OnLeReadRemoteFeaturesComplete, void(hci::ErrorCode hci_status, uint64_t features));
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 852 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode /* hci_status */, in OnLeReadRemoteFeaturesComplete() function in LeShimAclConnection
|