Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_at.h95 TIMER_LIST_ENT hold_timer; /* AT hold timer */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c236 bta_sys_stop_timer (&bta_hf_client_cb.scb.at_cb.hold_timer); in bta_hf_client_stop_at_hold_timer()
245 bta_sys_free_timer(&bta_hf_client_cb.scb.at_cb.hold_timer); in bta_hf_client_free_at_hold_timer()
250 TIMER_LIST_ENT *timer = &bta_hf_client_cb.scb.at_cb.hold_timer; in bta_hf_client_start_at_hold_timer()