Searched refs:OnReadRemoteSupportedFeaturesComplete (Results 1 – 10 of 10) sorted by relevance
91 virtual void OnReadRemoteSupportedFeaturesComplete(uint64_t features) = 0;
93 MOCK_METHOD(void, OnReadRemoteSupportedFeaturesComplete, (uint64_t features), (override));
154 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker155 SAVE_OR_CALL(OnReadRemoteSupportedFeaturesComplete, features); in OnReadRemoteSupportedFeaturesComplete()
235 void OnReadRemoteSupportedFeaturesComplete(uint64_t /* features */) override {} in OnReadRemoteSupportedFeaturesComplete() function in TestConnectionManagementCallbacks
638 callbacks->OnReadRemoteSupportedFeaturesComplete(view.GetLmpFeatures()); in on_read_remote_supported_features_complete()
201 void OnReadRemoteSupportedFeaturesComplete(uint64_t features);
455 void Link::OnReadRemoteSupportedFeaturesComplete(uint64_t features) { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::l2cap::classic::internal::Link
562 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
391 MOCK_METHOD1(OnReadRemoteSupportedFeaturesComplete, void(uint64_t features));
681 void OnReadRemoteSupportedFeaturesComplete(uint64_t features) override { in OnReadRemoteSupportedFeaturesComplete() function in ClassicShimAclConnection