Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c175 static void send_indicator_update(UINT16 indicator, UINT16 value) in send_indicator_update() function
538 send_indicator_update(BTA_AG_IND_CALL, call_state); in btc_hf_indchange_notification()
539 send_indicator_update(BTA_AG_IND_CALLSETUP, call_setup_state); in btc_hf_indchange_notification()
540 send_indicator_update(BTA_AG_IND_SERVICE, ntk_state); in btc_hf_indchange_notification()
541 send_indicator_update(BTA_AG_IND_SIGNAL, signal); in btc_hf_indchange_notification()
718 send_indicator_update(BTA_AG_IND_CALLHELD, 0); in btc_hf_phone_state_update()
855 send_indicator_update(BTA_AG_IND_CALLHELD, ESP_HF_CALL_HELD_STATUS_HELD_AND_ACTIVE); in btc_hf_phone_state_update()
866 send_indicator_update(BTA_AG_IND_CALL, ((num_active + num_held) > 0) ? 1 : 0); in btc_hf_phone_state_update()
873send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in btc_hf_phone_state_update()
883 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in btc_hf_phone_state_update()
[all …]