Home | History | Annotate | Download | only in avdt

Lines Matching refs:rsp_q

65   while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL)
827 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) {
828 while ((p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) {