Home
last modified time | relevance | path

Searched refs:BTA_AG_IND_CALL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h266 #define BTA_AG_IND_CALL 1 /* position of call indicator */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c532 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && (id != BTA_AG_IND_CALLHELD))) in bta_ag_send_ind()
537 if (id == BTA_AG_IND_CALL) { in bta_ag_send_ind()
802 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE); in bta_ag_send_call_inds()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c573 send_indicator_update(BTA_AG_IND_CALL, call_state); in btc_hf_indchange_notification()
902 send_indicator_update(BTA_AG_IND_CALL, ((num_active + num_held) > 0) ? 1 : 0); in btc_hf_phone_state_update()