Home
last modified time | relevance | path

Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_int.h519 rsp_q(nullptr),
577 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
578 rsp_q = nullptr; in ResetCcb()
613 fixed_queue_t* rsp_q; // Queue for outgoing response and reject messages variable
Davdt_ccb_act.cc67 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != 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_try_dequeue(p_ccb->rsp_q)) != NULL) { in avdt_ccb_snd_msg()
Davdt_msg.cc1413 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()
1464 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()
1502 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
Davdt_ccb.cc479 rsp_q = fixed_queue_new(SIZE_MAX); in Allocate()