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

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 131 ** the request. Parameters used to negotiate eSCO links.
181 p_setup = &p_sco->esco.setup;
194 /* Make sure at least one eSCO packet type is sent, else might confuse peer */
197 ** do not retry with SCO only if an eSCO connection fails.
203 /* If SCO request, remove eSCO packet types (conformance) */
204 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO)
431 /* Finally, remove EDR eSCO if the remote device doesn't support it */
440 BTM_TRACE_WARNING("BTM Remote does not support 2-EDR eSCO");
447 BTM_TRACE_WARNING("BTM Remote does not support 3-EDR eSCO");
516 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types *
    [all...]
btm_int.h 371 /* MACROs to convert from SCO packet types mask to ESCO and back */
376 /* Mask defining only the SCO types of an esco packet type */
404 tBTM_ESCO_CBACK *p_esco_cback; /* Callback for eSCO events */
414 tBTM_ESCO_INFO esco; /* Current settings */ member in struct:__anon5870
439 BOOLEAN esco_supported; /* TRUE if 1.2 cntlr AND supports eSCO links */
    [all...]

Completed in 58 milliseconds