Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h326 #define BTA_AG_IND_CALLSETUP 2 /* position of callsetup indicator */ macro
/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()
526 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE)) in bta_ag_send_ind()
826 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE); in bta_ag_send_call_inds()