Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c213 static void send_indicator_update (UINT16 indicator, UINT16 value) in send_indicator_update() function
713 send_indicator_update(BTA_AG_IND_SERVICE, in device_status_notification()
715 send_indicator_update(BTA_AG_IND_ROAM, in device_status_notification()
717 send_indicator_update(BTA_AG_IND_SIGNAL, signal); in device_status_notification()
718 send_indicator_update(BTA_AG_IND_BATTCHG, batt_chg); in device_status_notification()
937 send_indicator_update(BTA_AG_IND_CALLHELD, 0); in phone_state_change()
1051 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()
1065 send_indicator_update(BTA_AG_IND_CALL, ((num_active + num_held) > 0) ? 1 : 0); in phone_state_change()
1072send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in phone_state_change()
1082 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()