Searched refs:SendInformationRequest (Results 1 – 5 of 5) sorted by relevance
253 link->SendInformationRequest(InformationRequestInfoType::EXTENDED_FEATURES_SUPPORTED); in OnConnectSuccess()254 link->SendInformationRequest(InformationRequestInfoType::FIXED_CHANNELS_SUPPORTED); in OnConnectSuccess()
73 void SendInformationRequest(InformationRequestInfoType type);
226 void Link::SendInformationRequest(InformationRequestInfoType type) { in SendInformationRequest() function in bluetooth::l2cap::classic::internal::Link227 signalling_manager_.SendInformationRequest(type); in SendInformationRequest()
127 virtual void SendInformationRequest(InformationRequestInfoType type);
157 void ClassicSignallingManager::SendInformationRequest(InformationRequestInfoType type) { in SendInformationRequest() function in bluetooth::l2cap::classic::internal::ClassicSignallingManager