Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c218 static void send_indicator_update(UINT16 indicator, UINT16 value) in send_indicator_update() function
573 send_indicator_update(BTA_AG_IND_CALL, call_state); in btc_hf_indchange_notification()
574 send_indicator_update(BTA_AG_IND_CALLSETUP, call_setup_state); in btc_hf_indchange_notification()
575 send_indicator_update(BTA_AG_IND_SERVICE, ntk_state); in btc_hf_indchange_notification()
576 send_indicator_update(BTA_AG_IND_SIGNAL, signal); in btc_hf_indchange_notification()
589 send_indicator_update(indicator, value); in btc_hf_ciev_report()
754 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()
902 send_indicator_update(BTA_AG_IND_CALL, ((num_active + num_held) > 0) ? 1 : 0); in btc_hf_phone_state_update()
909send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in btc_hf_phone_state_update()
[all …]