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.c 136 ** the request. Parameters used to negotiate eSCO links.
184 p_setup = &p_sco->esco.setup;
197 /* Make sure at least one eSCO packet type is sent, else might confuse peer */
200 ** do not retry with SCO only if an eSCO connection fails.
206 /* If SCO request, remove eSCO packet types (conformance) */
207 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO)
420 /* Finally, remove EDR eSCO if the remote device doesn't support it */
429 BTM_TRACE_WARNING("BTM Remote does not support 2-EDR eSCO");
436 BTM_TRACE_WARNING("BTM Remote does not support 3-EDR eSCO");
528 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types *
    [all...]
btm_int.h 323 /* MACROs to convert from SCO packet types mask to ESCO and back */
328 /* Mask defining only the SCO types of an esco packet type */
356 tBTM_ESCO_CBACK *p_esco_cback; /* Callback for eSCO events */
366 tBTM_ESCO_INFO esco; /* Current settings */ member in struct:__anon72464
391 BOOLEAN esco_supported; /* TRUE if 1.2 cntlr AND supports eSCO links */
    [all...]

Completed in 55 milliseconds