HomeSort by relevance Sort by last modified time
    Searched refs:esco (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/btm/
btm_sco.cc 114 * the request. Parameters used to negotiate eSCO links.
145 enh_esco_params_t* p_setup = &p_sco->esco.setup;
158 /* Make sure at least one eSCO packet type is sent, else might confuse peer
162 ** do not retry with SCO only if an eSCO connection fails.
168 /* If SCO request, remove eSCO packet types (conformance) */
169 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO) {
380 /* Finally, remove EDR eSCO if the remote device doesn't support it */
387 BTM_TRACE_WARNING("BTM Remote does not support 2-EDR eSCO");
392 BTM_TRACE_WARNING("BTM Remote does not support 3-EDR eSCO");
497 p_sco->esco.data.link_type
    [all...]
btm_int_types.h 303 /* MACROs to convert from SCO packet types mask to ESCO and back */
307 /* Mask defining only the SCO types of an esco packet type */
331 tBTM_ESCO_CBACK* p_esco_cback; /* Callback for eSCO events */
340 tBTM_ESCO_INFO esco; /* Current settings */ member in struct:__anon106199
362 bool esco_supported; /* true if 1.2 cntlr AND supports eSCO links */
    [all...]

Completed in 43 milliseconds