Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h273 #define BTA_AG_IND_CALLHELD 7 /* position of callheld indicator */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c754 send_indicator_update(BTA_AG_IND_CALLHELD, 0); in btc_hf_phone_state_update()
891 send_indicator_update(BTA_AG_IND_CALLHELD, ESP_HF_CALL_HELD_STATUS_HELD_AND_ACTIVE); in btc_hf_phone_state_update()
909 … send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in btc_hf_phone_state_update()
919 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in btc_hf_phone_state_update()
/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()
573 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE)) { in bta_ag_send_ind()