Lines Matching defs:label
1206 UINT8 label;
1280 /* label, sig id, msg type are in hdr of p_curr_msg */
1281 label = AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_msg->layer_specific);
1284 AVDT_TRACE_DEBUG("avdt_msg_send label:%d, msg:%d, sig:%d", label, msg, sig);
1331 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg);
1524 /* stash sig, label, and message type in buf */
1526 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_CMD, p_ccb->label);
1528 /* increment label */
1529 p_ccb->label = (p_ccb->label + 1) % 16;
1568 /* stash sig, label, and message type in buf */
1570 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_RSP, p_params->hdr.label);
1626 /* stash sig, label, and message type in buf */
1628 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_REJ, p_params->hdr.label);
1663 /* stash sig, label, and message type in buf */
1665 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, p_params->hdr.label);
1693 UINT8 label;
1712 AVDT_MSG_PRS_HDR(p, label, pkt_type, msg_type);
1717 /* set up label and ccb_idx in message hdr */
1718 msg.hdr.label = label;
1834 (AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_cmd->layer_specific) == label))
1850 AVDT_TRACE_WARNING("Cmd not found for rsp sig=%d label=%d", sig, label);