Home
last modified time | relevance | path

Searched refs:cn_timer (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c753 p_scb->cn_timer.p_cback = (TIMER_CBACK*)&bta_ag_cn_timer_cback; in bta_ag_codec_negotiate()
754 p_scb->cn_timer.param = (INT32)p_scb; in bta_ag_codec_negotiate()
755 bta_sys_start_timer(&p_scb->cn_timer, 0, BTA_AG_CODEC_NEGO_TIMEOUT); in bta_ag_codec_negotiate()
Dbta_ag_act.c392 bta_sys_stop_timer(&p_scb->cn_timer); in bta_ag_rfc_close()
Dbta_ag_main.c474 bta_sys_free_timer(&p_scb->cn_timer); in bta_ag_scb_dealloc()
Dbta_ag_cmd.c1190 bta_sys_stop_timer(&p_scb->cn_timer); in bta_ag_at_hfp_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h295 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */ member