Searched refs:OnReadRemoteSupportedFeatures (Results 1 – 4 of 4) sorted by relevance
58 virtual void OnReadRemoteSupportedFeatures(hci::Address remote, uint64_t features) {} in OnReadRemoteSupportedFeatures() function
82 void OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features);
382 void LinkManager::OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features) { in OnReadRemoteSupportedFeatures() function in bluetooth::l2cap::classic::internal::LinkManager385 … link_property_listener_, &LinkPropertyListener::OnReadRemoteSupportedFeatures, device, features); in OnReadRemoteSupportedFeatures()
444 link_manager_->OnReadRemoteSupportedFeatures(GetDevice().GetAddress(), features); in OnReadRemoteSupportedFeaturesComplete()