Searched refs:send_indicator_update (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.c | 286 static void send_indicator_update (UINT16 indicator, UINT16 value) in send_indicator_update() function 1012 send_indicator_update(BTA_AG_IND_SERVICE, in device_status_notification() 1014 send_indicator_update(BTA_AG_IND_ROAM, in device_status_notification() 1016 send_indicator_update(BTA_AG_IND_SIGNAL, signal); in device_status_notification() 1017 send_indicator_update(BTA_AG_IND_BATTCHG, batt_chg); in device_status_notification() 1291 send_indicator_update(BTA_AG_IND_CALLHELD, 0); in phone_state_change() 1414 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change() 1429 send_indicator_update(BTA_AG_IND_CALL, ((num_active + num_held) > 0) ? 1 : 0); in phone_state_change() 1438 … send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in phone_state_change() 1448 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()
|