Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance
447 p_ccb->rsp_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()480 fixed_queue_free(p_ccb->rsp_q, NULL); in avdt_ccb_dealloc()
63 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()835 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) { in avdt_ccb_snd_msg()836 while ((p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) { in avdt_ccb_snd_msg()
1386 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()1437 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()1475 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
412 fixed_queue_t* rsp_q; /* Queue for outgoing response and reject messages */ member