Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c810 p_cb->vp = FALSE; in bta_hh_open_failure()
837 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()
878 if (p_cb->vp ) { in bta_hh_close_act()
889 p_cb->vp = FALSE; in bta_hh_close_act()
1101 p_cb->vp = TRUE; in bta_hh_write_dev_act()
1178 bta_hh_cb.kdev[xx].vp = TRUE; in bta_hh_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h240 BOOLEAN vp; /* virtually unplug flag */ member