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.cc543 p_dev->local_vup = true; in btif_hh_virtual_unplug()
551 p_dev->local_vup = true; in btif_hh_virtual_unplug()
844 p_dev->local_vup); in btif_hh_upstreams_evt()
849 if (p_dev->local_vup) { in btif_hh_upstreams_evt()
850 p_dev->local_vup = false; in btif_hh_upstreams_evt()
1079 if (p_dev->local_vup || check_cod_hid(&(p_dev->bd_addr))) { in btif_hh_upstreams_evt()
1080 p_dev->local_vup = false; in btif_hh_upstreams_evt()
/system/bt/btif/co/
Dbta_hh_co.cc341 p_dev->local_vup = false; in bta_hh_co_open()