Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h78 #define BTA_AG_BSRF_FEAT_SPEC (BTA_AG_FEAT_3WAY | BTA_AG_FEAT_ECNR | \
85 #define BTA_AG_SDP_FEAT_SPEC (BTA_AG_FEAT_3WAY | BTA_AG_FEAT_ECNR | \
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h38 #define BTA_AG_FEAT_3WAY 0x00000001 /* Three-way calling */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c963 …if (!p_scb->svc_conn && !((p_scb->features & BTA_AG_FEAT_3WAY) && (p_scb->peer_features & BTA_AG_P… in bta_ag_at_hfp_cback()