Searched refs:bta_ag_send_ind (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_cmd.c | 505 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand) in bta_ag_send_ind() function 825 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE); in bta_ag_send_call_inds() 826 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE); in bta_ag_send_call_inds() 1695 bta_ag_send_ind(p_scb, p_result->data.ind.id, p_result->data.ind.value, FALSE); in bta_ag_hfp_result()
|