Searched refs:OnRemoteExtendedFeatureReceived (Results 1 – 3 of 3) sorted by relevance
142 virtual void OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported);
83 link_->OnRemoteExtendedFeatureReceived(false, false); in OnCommandReject()698 … link_->OnRemoteExtendedFeatureReceived(view.GetEnhancedRetransmissionMode(), view.GetFcsOption()); in OnInformationResponse()868 link_->OnRemoteExtendedFeatureReceived(false, false); in on_command_timeout()
289 void Link::OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported) { in OnRemoteExtendedFeatureReceived() function in bluetooth::l2cap::classic::internal::Link