Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h91 virtual void OnReadRemoteSupportedFeaturesComplete(uint64_t features) = 0;
Dconnection_management_callbacks_mock.h93 MOCK_METHOD(void, OnReadRemoteSupportedFeaturesComplete, (uint64_t features), (override));
Dclassic_acl_connection.cc154 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker
155 SAVE_OR_CALL(OnReadRemoteSupportedFeaturesComplete, features); in OnReadRemoteSupportedFeaturesComplete()
Dclassic_acl_connection_test.cc235 void OnReadRemoteSupportedFeaturesComplete(uint64_t /* features */) override {} in OnReadRemoteSupportedFeaturesComplete() function in TestConnectionManagementCallbacks
Dclassic_impl.h638 callbacks->OnReadRemoteSupportedFeaturesComplete(view.GetLmpFeatures()); in on_read_remote_supported_features_complete()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h201 void OnReadRemoteSupportedFeaturesComplete(uint64_t features);
Dlink.cc455 void Link::OnReadRemoteSupportedFeaturesComplete(uint64_t features) { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::l2cap::classic::internal::Link
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc562 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc391 MOCK_METHOD1(OnReadRemoteSupportedFeaturesComplete, void(uint64_t features));
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc681 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in ClassicShimAclConnection