Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_hh.h73 bool local_vup; // Indicated locally initiated VUP member
/system/bt/btif/src/
Dbtif_hh.cc540 p_dev->local_vup = true; in btif_hh_virtual_unplug()
549 p_dev->local_vup = true; in btif_hh_virtual_unplug()
841 p_dev->local_vup); in btif_hh_upstreams_evt()
846 if (p_dev->local_vup) { in btif_hh_upstreams_evt()
847 p_dev->local_vup = false; in btif_hh_upstreams_evt()
1076 if (p_dev->local_vup || check_cod_hid(&(p_dev->bd_addr))) { in btif_hh_upstreams_evt()
1077 p_dev->local_vup = false; in btif_hh_upstreams_evt()
/system/bt/btif/co/
Dbta_hh_co.cc363 p_dev->local_vup = false; in bta_hh_co_open()