Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance
523 rsp_q(nullptr),581 fixed_queue_free(rsp_q, nullptr); in ResetCcb()582 rsp_q = nullptr; in ResetCcb()617 fixed_queue_t* rsp_q; // Queue for outgoing response and reject messages variable
63 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()839 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) { in avdt_ccb_snd_msg()840 while ((p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) { in avdt_ccb_snd_msg()
480 rsp_q = fixed_queue_new(SIZE_MAX); in Allocate()
1402 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()1453 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()1491 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()