Searched refs:rx_queue (Results 1 – 1 of 1) sorted by relevance
65 fixed_queue_t* rx_queue; /* Queue of buffers waiting to be read */ member368 if (fixed_queue_is_empty(p_ccb->rx_queue)) return (GAP_NO_DATA_AVAIL); in GAP_ConnReadData()374 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()390 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in GAP_ConnReadData()857 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()958 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()984 while (!fixed_queue_is_empty(p_ccb->rx_queue)) in gap_release_ccb()985 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in gap_release_ccb()986 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb()987 p_ccb->rx_queue = NULL; in gap_release_ccb()