Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance
388 p_ccb->rsp_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()425 fixed_queue_free(p_ccb->rsp_q, NULL); in avdt_ccb_dealloc()
65 while ((p_buf = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()884 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) in avdt_ccb_snd_msg()886 while ((p_msg = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_snd_msg()
1573 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()1631 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()1669 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
435 fixed_queue_t *rsp_q; /* Queue for outgoing response and reject messages */ member