Home
last modified time | relevance | path

Searched refs:OnRemoteExtendedFeatureReceived (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dlink.h142 virtual void OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported);
Dsignalling_manager.cc83 link_->OnRemoteExtendedFeatureReceived(false, false); in OnCommandReject()
698 … link_->OnRemoteExtendedFeatureReceived(view.GetEnhancedRetransmissionMode(), view.GetFcsOption()); in OnInformationResponse()
868 link_->OnRemoteExtendedFeatureReceived(false, false); in on_command_timeout()
Dlink.cc289 void Link::OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported) { in OnRemoteExtendedFeatureReceived() function in bluetooth::l2cap::classic::internal::Link