Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance
380 p_ccb->rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc()412 fixed_queue_free(p_ccb->rsp_q, NULL); in avdt_ccb_dealloc()
71 while ((p_buf = (BT_HDR *) fixed_queue_dequeue(p_ccb->rsp_q, 0)) != NULL) { in avdt_ccb_clear_ccb()848 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) { in avdt_ccb_snd_msg()849 while ((p_msg = (BT_HDR *)fixed_queue_dequeue(p_ccb->rsp_q, 0)) != NULL) { in avdt_ccb_snd_msg()
1490 fixed_queue_enqueue(p_ccb->rsp_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in avdt_msg_send_rsp()1550 fixed_queue_enqueue(p_ccb->rsp_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in avdt_msg_send_rej()1594 fixed_queue_enqueue(p_ccb->rsp_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in avdt_msg_send_grej()
438 fixed_queue_t *rsp_q; /* Queue for outgoing response and reject messages */ member