Home
last modified time | relevance | path

Searched refs:remote_supports_fcs_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc317 return remote_supports_fcs_; in GetRemoteSupportsFcs()
322 remote_supports_fcs_ = fcs_supported; in OnRemoteExtendedFeatureReceived()
Dlink.h242 bool remote_supports_fcs_ = false; variable