Home
last modified time | relevance | path

Searched refs:OnReadRemoteSupportedFeatures (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/classic/
Dlink_property_listener.h58 virtual void OnReadRemoteSupportedFeatures(hci::Address remote, uint64_t features) {} in OnReadRemoteSupportedFeatures() function
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.h82 void OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features);
Dlink_manager.cc382 void LinkManager::OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features) { in OnReadRemoteSupportedFeatures() function in bluetooth::l2cap::classic::internal::LinkManager
385 … link_property_listener_, &LinkPropertyListener::OnReadRemoteSupportedFeatures, device, features); in OnReadRemoteSupportedFeatures()
Dlink.cc444 link_manager_->OnReadRemoteSupportedFeatures(GetDevice().GetAddress(), features); in OnReadRemoteSupportedFeaturesComplete()