Home | History | Annotate | Download | only in btm

Lines Matching refs:xmit_data_q

94         while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p->xmit_data_q)) != NULL)
122 btm_cb.sco_cb.sco_db[i].xmit_data_q = fixed_queue_new(SIZE_MAX);
254 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_data_q)) != NULL)
257 BTM_TRACE_DEBUG("btm: [%d] buf in xmit_data_q",
258 fixed_queue_length(p_ccb->xmit_data_q) + 1);
367 fixed_queue_enqueue(p_ccb->xmit_data_q, p_buf);