Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h355 bool has_bip_client_; variable
Ddevice.cc64 has_bip_client_(false) {} in Device()
89 has_bip_client_ = connected; in SetBipClientStatus()
92 bool Device::HasBipClient() const { return has_bip_client_; } in HasBipClient()