Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h333 #define BTA_AG_IND_CALLHELD 7 /* position of callheld indicator */ macro
/system/bt/btif/src/
Dbtif_hf.c1298 send_indicator_update(BTA_AG_IND_CALLHELD, 0); in phone_state_change()
1421 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()
1445 … send_indicator_update(BTA_AG_IND_CALLHELD, ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); in phone_state_change()
1455 send_indicator_update(BTA_AG_IND_CALLHELD, 1); in phone_state_change()
/system/bt/bta/ag/
Dbta_ag_cmd.c513 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && (id != BTA_AG_IND_CALLHELD))) in bta_ag_send_ind()
563 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE)) in bta_ag_send_ind()