Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h86 bool ContentProtectActive() const { return content_protect_active_; } in ContentProtectActive()
88 content_protect_active_ = cp_active; in SetContentProtectActive()
113 bool content_protect_active_; // True if Content Protect is active variable
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc52 content_protect_active_(false) {
94 content_protect_active_ = false; in Reset()