Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance
70 while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()883 else if (!GKI_queue_is_empty(&p_ccb->rsp_q)) in avdt_ccb_snd_msg()885 while ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL) in avdt_ccb_snd_msg()
389 GKI_init_q(&p_ccb->rsp_q); in avdt_ccb_alloc()
1561 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()1623 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()1667 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
431 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */ member