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

  /system/bt/stack/l2cap/
l2c_utils.c 942 while (GKI_getfirst(&p_ccb->xmit_hold_q))
944 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
    [all...]
l2c_api.c     [all...]
l2c_csm.c 785 if (!GKI_queue_is_empty(&p_ccb->xmit_hold_q))
    [all...]
l2c_fcr.c 387 if (!GKI_queue_is_empty(&p_ccb->xmit_hold_q))
    [all...]
l2c_int.h 287 BUFFER_Q xmit_hold_q; /* Transmit data hold queue */ member in struct:t_l2c_ccb
    [all...]
l2c_ucd.c 452 (p_ccb->xmit_hold_q.count + p_lcb->ucd_out_sec_pending_q.count),
    [all...]
l2c_link.c     [all...]
l2c_main.c     [all...]

Completed in 1008 milliseconds