Home
last modified time | relevance | path

Searched refs:colli_tmr_on (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c285 if (bta_hf_client_cb.scb.colli_tmr_on) { in bta_hf_client_rfc_acp_open()
287 bta_hf_client_cb.scb.colli_tmr_on = FALSE; in bta_hf_client_rfc_acp_open()
Dbta_hf_client_main.c344 bta_hf_client_cb.scb.colli_tmr_on = FALSE; in bta_hf_client_colli_timer_cback()
392 bta_hf_client_cb.scb.colli_tmr_on = TRUE; in bta_hf_client_collision_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h169 BOOLEAN colli_tmr_on; /* TRUE if collision timer is active */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c502 if ((ag_scb->in_use) && (ag_scb->colli_tmr_on)) { in bta_ag_rfc_acp_open()
504 ag_scb->colli_tmr_on = FALSE; in bta_ag_rfc_acp_open()
Dbta_ag_main.c669 p_scb->colli_tmr_on = FALSE; in bta_ag_colli_timer_cback()
723 p_scb->colli_tmr_on = TRUE; in bta_ag_collision_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h307 BOOLEAN colli_tmr_on; /* TRUE if collision timer is active */ member