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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 937 while (p_ccb->xmit_hold_q.p_first)
939 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
    [all...]
l2c_api.c     [all...]
l2c_csm.c 792 if (p_ccb->xmit_hold_q.count)
    [all...]
l2c_fcr.c 396 if (p_ccb->xmit_hold_q.count != 0)
    [all...]
l2c_int.h 314 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 54 milliseconds