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 950 while ((p_buf2 = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != NULL)
    [all...]
l2c_api.c     [all...]
l2c_csm.c     [all...]
l2c_fcr.c 371 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q))
805 !fixed_queue_is_empty(p_ccb->xmit_hold_q))
    [all...]
l2c_int.h 311 fixed_queue_t *xmit_hold_q; /* Transmit data hold queue */ member in struct:t_l2c_ccb
    [all...]
l2c_ucd.c 455 (fixed_queue_length(p_ccb->xmit_hold_q) +
    [all...]
l2c_link.c     [all...]
l2c_main.c     [all...]

Completed in 387 milliseconds