Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1283 send_indicator_update(control_block, BTA_AG_IND_CALLHELD, 0); in PhoneStateChange()
1454 send_indicator_update(control_block, BTA_AG_IND_CALLHELD, 1); in PhoneStateChange()
1486 send_indicator_update(control_block, BTA_AG_IND_CALLHELD, in PhoneStateChange()
1495 send_indicator_update(control_block, BTA_AG_IND_CALLHELD, 1); in PhoneStateChange()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h438 #define BTA_AG_IND_CALLHELD 7 /* position of callheld indicator */ macro
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc321 (id != BTA_AG_IND_CALLHELD))) in bta_ag_send_ind()
359 if ((id == BTA_AG_IND_CALLHELD) && (!on_demand)) { in bta_ag_send_ind()