Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_at.h96 BOOLEAN hold_timer_on; /* TRUE if AT hold timer is active */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c179 bta_hf_client_cb.scb.at_cb.hold_timer_on == FALSE) { in bta_hf_client_send_at()
225 bta_hf_client_cb.scb.at_cb.hold_timer_on = FALSE; in bta_hf_client_at_hold_timer_cback()
234 if (bta_hf_client_cb.scb.at_cb.hold_timer_on) { in bta_hf_client_stop_at_hold_timer()
235 bta_hf_client_cb.scb.at_cb.hold_timer_on = FALSE; in bta_hf_client_stop_at_hold_timer()
244 bta_hf_client_cb.scb.at_cb.hold_timer_on = FALSE; in bta_hf_client_free_at_hold_timer()
254 if (bta_hf_client_cb.scb.at_cb.hold_timer_on) { in bta_hf_client_start_at_hold_timer()
260 bta_hf_client_cb.scb.at_cb.hold_timer_on = TRUE; in bta_hf_client_start_at_hold_timer()