Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h58 #define BTA_AG_PEER_FEAT_3WAY 0x0002 /* Call waiting and three-way calling */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c963 …onn && !((p_scb->features & BTA_AG_FEAT_3WAY) && (p_scb->peer_features & BTA_AG_PEER_FEAT_3WAY))) { in bta_ag_at_hfp_cback()