Searched refs:bta_ag_send_call_inds (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
| D | bta_ag_act.c | 628 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_open() 656 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_close() 661 bta_ag_send_call_inds(p_scb, BTA_AG_OUT_CALL_ORIG_RES); in bta_ag_post_sco_close() 666 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() 674 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_RES); in bta_ag_post_sco_close()
|
| D | bta_ag_cmd.c | 786 void bta_ag_send_call_inds(tBTA_AG_SCB *p_scb, tBTA_AG_RES result) in bta_ag_send_call_inds() function 1420 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1440 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1455 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1459 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1467 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1487 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1500 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1515 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result() 1582 bta_ag_send_call_inds(p_scb, p_result->result); in bta_ag_hfp_result()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
| D | bta_ag_int.h | 420 extern void bta_ag_send_call_inds(tBTA_AG_SCB *p_scb, tBTA_AG_RES result);
|