Home | History | Annotate | Download | only in avdt

Lines Matching refs:msg_type

1693     UINT8       msg_type;
1710 AVDT_MSG_PRS_HDR(p, label, pkt_type, msg_type);
1712 /* AVDT_TRACE_DEBUG1("msg_type=%d", msg_type); */
1718 if (msg_type == AVDT_MSG_TYPE_GRJ)
1720 AVDT_TRACE_WARNING1("Dropping msg msg_type=%d", msg_type);
1724 else if ((msg_type == AVDT_MSG_TYPE_REJ) && (p_buf->len == AVDT_LEN_GEN_REJ))
1742 AVDT_TRACE_WARNING2("Dropping msg sig=%d msg_type:%d", sig, msg_type);
1746 if (msg_type == AVDT_MSG_TYPE_CMD)
1759 if ((msg_type == AVDT_MSG_TYPE_RSP) && (sig == AVDT_SIG_DISCOVER))
1765 else if ((msg_type == AVDT_MSG_TYPE_RSP) &&
1771 else if ((msg_type == AVDT_MSG_TYPE_RSP) && (sig == AVDT_SIG_GETCONFIG))
1776 else if ((msg_type == AVDT_MSG_TYPE_CMD) && (sig == AVDT_SIG_SETCONFIG))
1781 else if ((msg_type == AVDT_MSG_TYPE_CMD) && (sig == AVDT_SIG_RECONFIG))
1788 if (msg_type == AVDT_MSG_TYPE_CMD)
1793 else if (msg_type == AVDT_MSG_TYPE_RSP)
1798 else /* msg_type == AVDT_MSG_TYPE_REJ */
1813 if ((msg_type == AVDT_MSG_TYPE_CMD) && (sig != AVDT_SIG_ABORT))
1826 if ((msg_type == AVDT_MSG_TYPE_RSP) || (msg_type == AVDT_MSG_TYPE_REJ))
1862 if (msg_type == AVDT_MSG_TYPE_CMD)