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

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 91 while (p->xmit_data_q.p_first)
93 if ((p_buf = (BT_HDR *)GKI_dequeue (&p->xmit_data_q)) != NULL)
258 while (p_ccb->xmit_data_q.p_first != NULL)
263 BTM_TRACE_DEBUG ("btm: [%d] buf in xmit_data_q", p_ccb->xmit_data_q.count );
265 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_data_q);
373 GKI_enqueue (&p_ccb->xmit_data_q, p_buf);
    [all...]
btm_int.h 416 BUFFER_Q xmit_data_q; /* SCO data transmitting queue */ member in struct:__anon5870
    [all...]

Completed in 93 milliseconds