Searched refs:SendInformationRequest (Results 1 – 5 of 5) sorted by relevance
249 link->SendInformationRequest(InformationRequestInfoType::EXTENDED_FEATURES_SUPPORTED); in OnConnectSuccess()250 link->SendInformationRequest(InformationRequestInfoType::FIXED_CHANNELS_SUPPORTED); in OnConnectSuccess()
73 void SendInformationRequest(InformationRequestInfoType type);
222 void Link::SendInformationRequest(InformationRequestInfoType type) { in SendInformationRequest() function in bluetooth::l2cap::classic::internal::Link223 signalling_manager_.SendInformationRequest(type); in SendInformationRequest()
121 virtual void SendInformationRequest(InformationRequestInfoType type);
155 void ClassicSignallingManager::SendInformationRequest(InformationRequestInfoType type) { in SendInformationRequest() function in bluetooth::l2cap::classic::internal::ClassicSignallingManager