Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h111 bool local_vup; // Indicated locally initiated VUP member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc755 p_dev->local_vup = true; in btif_hh_virtual_unplug()
764 p_dev->local_vup = true; in btif_hh_virtual_unplug()
1042 p_dev->local_vup); in btif_hh_upstreams_evt()
1047 if (p_dev->local_vup) { in btif_hh_upstreams_evt()
1048 p_dev->local_vup = false; in btif_hh_upstreams_evt()
1317 if (p_dev->local_vup || check_cod_hid(&(p_dev->link_spec.addrt.bda))) { in btif_hh_upstreams_evt()
1318 p_dev->local_vup = false; in btif_hh_upstreams_evt()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc466 p_dev->local_vup = false; in bta_hh_co_open()