Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_hh.h71 BOOLEAN local_vup; // Indicated locally initiated VUP member
/system/bt/btif/src/
Dbtif_hh.c569 p_dev->local_vup = TRUE; in btif_hh_virtual_unplug()
796 … BTIF_TRACE_DEBUG("%s: uhid fd=%d local_vup=%d", __func__, p_dev->fd, p_dev->local_vup); in btif_hh_upstreams_evt()
801 if (p_dev->local_vup) in btif_hh_upstreams_evt()
803 p_dev->local_vup = FALSE; in btif_hh_upstreams_evt()
1033 if (p_dev->local_vup || check_cod_hid(&(p_dev->bd_addr))) in btif_hh_upstreams_evt()
1035 p_dev->local_vup = FALSE; in btif_hh_upstreams_evt()
/system/bt/btif/co/
Dbta_hh_co.c329 p_dev->local_vup = FALSE; in bta_hh_co_open()