Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h254 #define BTA_AG_IND_CALLSETUP 1 /* position of callsetup indicator */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c505 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && (id != BTA_AG_IND_CALLHELD))) in bta_ag_send_ind()
516 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE)) { in bta_ag_send_ind()
776 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE); in bta_ag_send_call_inds()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c193 case BTA_AG_IND_CALLSETUP: in btc_hf_cind_evt()
539 send_indicator_update(BTA_AG_IND_CALLSETUP, call_setup_state); in btc_hf_indchange_notification()
1478 send_indicator_update(BTA_AG_IND_CALLSETUP,BTA_AG_CALLSETUP_OUTGOING); in btc_hf_cb_handler()