Searched refs:BTA_AG_IND_CALLHELD (Results 1 – 3 of 3) sorted by relevance
208 case BTA_AG_IND_CALLHELD: in btc_hf_cind_evt()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()873 … send_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()
260 #define BTA_AG_IND_CALLHELD 6 /* position of callheld indicator */ macro
505 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && (id != BTA_AG_IND_CALLHELD))) in bta_ag_send_ind()546 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE)) { in bta_ag_send_ind()