Home | History | Annotate | Download | only in avdt

Lines Matching refs:hdr

365   AVDT_MSG_BLD_SEID(*p, p_msg->config_cmd.hdr.seid);
382 AVDT_MSG_BLD_SEID(*p, p_msg->reconfig_cmd.hdr.seid);
419 AVDT_MSG_BLD_SEID(*p, p_msg->security_cmd.hdr.seid);
435 AVDT_MSG_BLD_SEID(*p, p_msg->delay_rpt_cmd.hdr.seid);
707 p_msg->hdr.err_param = 0;
714 AVDT_MSG_PRS_SEID(p, p_msg->config_cmd.hdr.seid);
715 if (avdt_scb_by_hdl(p_msg->config_cmd.hdr.seid) == NULL) {
730 &p_msg->hdr.err_param, AVDT_SIG_SETCONFIG);
759 p_msg->hdr.err_param = 0;
766 AVDT_MSG_PRS_SEID(p, p_msg->reconfig_cmd.hdr.seid);
767 if (avdt_scb_by_hdl(p_msg->reconfig_cmd.hdr.seid) == NULL) {
773 &p_msg->hdr.err_param, AVDT_SIG_RECONFIG);
805 p_msg->hdr.err_param = 0;
816 p_msg->hdr.err_param = p_msg->multi.seid_list[i];
846 AVDT_MSG_PRS_SEID(p, p_msg->security_cmd.hdr.seid);
847 if (avdt_scb_by_hdl(p_msg->security_cmd.hdr.seid) == NULL) {
913 &p_msg->hdr.err_param, AVDT_SIG_GETCAP);
935 &p_msg->hdr.err_param, AVDT_SIG_GET_ALLCAP);
973 p_msg->hdr.err_param = *p++;
974 p_msg->hdr.err_code = *p;
976 AVDT_MSG_PRS_SEID(p, p_msg->hdr.err_param);
977 p_msg->hdr.err_code = *p;
979 p_msg->hdr.err_code = *p;
1007 AVDT_MSG_PRS_SEID(p, p_msg->delay_rpt_cmd.hdr.seid);
1009 if (avdt_scb_by_hdl(p_msg->delay_rpt_cmd.hdr.seid) == NULL) {
1110 /* label, sig id, msg type are in hdr of p_curr_msg */
1376 p_params->hdr.label);
1411 AVDT_MSG_BLD_PARAM(p, p_params->hdr.err_param);
1413 AVDT_MSG_BLD_SEID(p, p_params->hdr.err_param);
1417 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code);
1427 p_params->hdr.label);
1464 p_params->hdr.label);
1514 /* set up label and ccb_idx in message hdr */
1515 msg.hdr.label = label;
1516 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
1528 msg.hdr.sig_id = sig = (uint8_t)p_ccb->p_curr_cmd->event;
1530 msg.hdr.err_code = AVDT_ERR_NSC;
1531 msg.hdr.err_param = 0;
1537 msg.hdr.sig_id = sig;
1575 msg.hdr.err_code = err =
1579 msg.hdr.err_code = err =