Home
last modified time | relevance | path

Searched refs:BTM_ESCO_LINK_ONLY_MASK (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c478 if ((params.packet_types & BTM_ESCO_LINK_ONLY_MASK) in bta_hf_client_sco_create()
479 …|| !((params.packet_types & ~(BTM_ESCO_LINK_ONLY_MASK | BTM_SCO_LINK_ONLY_MASK)) ^ BTA_HF_CLIENT_N… in bta_hf_client_sco_create()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c586 if((params.packet_types & BTM_ESCO_LINK_ONLY_MASK) in bta_ag_create_sco()
587 …||!((params.packet_types & ~(BTM_ESCO_LINK_ONLY_MASK | BTM_SCO_LINK_ONLY_MASK)) ^ BTA_AG_NO_EDR_ES… in bta_ag_create_sco()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c349 if (btm_cb.btm_sco_pkt_types_supported & BTM_ESCO_LINK_ONLY_MASK) { in btm_decode_ext_features_page()
Dbtm_sco.c982 && !(p_sco->def_esco_parms.packet_types & BTM_ESCO_LINK_ONLY_MASK) in btm_sco_conn_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1006 #define BTM_ESCO_LINK_ONLY_MASK (BTM_SCO_PKT_TYPES_MASK_EV3 | \ macro
1011 BTM_ESCO_LINK_ONLY_MASK)