Searched refs:send_indicator_update (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.cc | 250 static void send_indicator_update(uint16_t indicator, uint16_t value) { in send_indicator_update() function 970 send_indicator_update(BTA_AG_IND_SERVICE, in device_status_notification() 972 send_indicator_update(BTA_AG_IND_ROAM, in device_status_notification() 974 send_indicator_update(BTA_AG_IND_SIGNAL, signal); in device_status_notification() 975 send_indicator_update(BTA_AG_IND_BATTCHG, batt_chg); in device_status_notification() 1274 if (btif_hf_cb[idx].num_held) send_indicator_update(BTA_AG_IND_CALLHELD, 0); in phone_state_change() 1392 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change() 1409 send_indicator_update(BTA_AG_IND_CALL, in phone_state_change() 1418 send_indicator_update(BTA_AG_IND_CALLHELD, in phone_state_change() 1427 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()
|