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

  /system/bt/stack/l2cap/
l2c_fcr.cc 226 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free);
227 p_fcrb->srej_rcv_hold_q = NULL;
756 (!fixed_queue_is_empty(p_ccb->fcrb.srej_rcv_hold_q))) {
757 fixed_queue_t* temp_q = p_ccb->fcrb.srej_rcv_hold_q;
758 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX);
    [all...]
l2c_int.h 193 fixed_queue_t* srej_rcv_hold_q; /* Buffers rcvd but held pending SREJ rsp */ member in struct:__anon106529
    [all...]
l2c_utils.cc     [all...]

Completed in 51 milliseconds