Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c133 bta_hh_cb.w4_disable = TRUE; in bta_hh_api_disable()
814 if (bta_hh_cb.cnt_num == 0 && bta_hh_cb.w4_disable) { in bta_hh_open_failure()
893 if (bta_hh_cb.cnt_num == 0 && bta_hh_cb.w4_disable) { in bta_hh_close_act()
Dbta_hh_le.c2343 if (bta_hh_cb.cnt_num == 0 && bta_hh_cb.w4_disable) { in bta_hh_gatt_close()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h305 BOOLEAN w4_disable; /* w4 disable flag */ member