Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c666 bta_ag_send_call_inds(p_scb, BTA_AG_END_CALL_RES); in bta_ag_post_sco_close()
672 bta_ag_send_call_inds(p_scb, BTA_AG_END_CALL_RES); in bta_ag_post_sco_close()
Dbta_ag_cmd.c793 if (result == BTA_AG_END_CALL_RES) { in bta_ag_send_call_inds()
1336 case BTA_AG_END_CALL_RES: in bta_ag_hsp_result()
1503 case BTA_AG_END_CALL_RES: in bta_ag_hfp_result()
Dbta_ag_main.c326 case BTA_AG_END_CALL_RES: return ("AT Result BTA_AG_END_CALL_RES"); in bta_ag_evt_str()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h138 #define BTA_AG_END_CALL_RES 18 /* End call AT+CHUP */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c749 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_END_CALL_RES, NULL); in btc_hf_phone_state_update()