Home
last modified time | relevance | path

Searched refs:resp_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.h93 BOOLEAN resp_timer_on; /* TRUE if AT response timer is active */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c142 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_at_resp_timer_cback()
152 if (bta_hf_client_cb.scb.at_cb.resp_timer_on) { in bta_hf_client_stop_at_resp_timer()
153 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_stop_at_resp_timer()
160 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_free_at_resp_timer()
166 if (bta_hf_client_cb.scb.at_cb.resp_timer_on) { in bta_hf_client_start_at_resp_timer()
172 bta_hf_client_cb.scb.at_cb.resp_timer_on = TRUE; in bta_hf_client_start_at_resp_timer()