Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api_types.h925 #define BTM_ESCO_LINK_ONLY_MASK \ macro
929 (BTM_SCO_LINK_ONLY_MASK | BTM_ESCO_LINK_ONLY_MASK)
/system/bt/stack/btm/
Dbtm_devctl.cc343 if (btm_cb.btm_sco_pkt_types_supported & BTM_ESCO_LINK_ONLY_MASK) { in btm_decode_ext_features_page()
Dbtm_sco.cc711 !(p_sco->def_esco_parms.packet_types & BTM_ESCO_LINK_ONLY_MASK) && in btm_sco_conn_req()