Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h77 osi_alarm_t *vup_timer; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c203 if (p_dev->vup_timer) { in btc_hh_stop_vup_timer()
204 osi_alarm_free(p_dev->vup_timer); in btc_hh_stop_vup_timer()
205 p_dev->vup_timer = NULL; in btc_hh_stop_vup_timer()
264 if (p_dev->vup_timer) { in btc_hh_start_vup_timer()
265 osi_alarm_free(p_dev->vup_timer); in btc_hh_start_vup_timer()
266 p_dev->vup_timer = NULL; in btc_hh_start_vup_timer()
268 …if ((p_dev->vup_timer = osi_alarm_new("btc_hh.vup_timer", btc_hh_timer_timeout, p_dev, BTC_TIMEOUT… in btc_hh_start_vup_timer()
1254 if (btc_hh_cb.devices[i].vup_timer) { in btc_hh_cb_handler()
1255 osi_alarm_free(btc_hh_cb.devices[i].vup_timer); in btc_hh_cb_handler()