Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc85 link_->OnRemoteExtendedFeatureReceived(false, false); in OnCommandReject()
729 … link_->OnRemoteExtendedFeatureReceived(view.GetEnhancedRetransmissionMode(), view.GetFcsOption()); in OnInformationResponse()
935 link_->OnRemoteExtendedFeatureReceived(false, false); in on_command_timeout()
Dlink.h151 virtual void OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported);
Dlink.cc320 void Link::OnRemoteExtendedFeatureReceived(bool ertm_supported, bool fcs_supported) { in OnRemoteExtendedFeatureReceived() function in bluetooth::l2cap::classic::internal::Link