Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_params

1467 **                  sig_id parameter indicates the message type, p_params
1477 void avdt_msg_send_cmd(tAVDT_CCB *p_ccb, void *p_scb, UINT8 sig_id, tAVDT_MSG *p_params)
1496 (*avdt_msg_bld_cmd[sig_id - 1])(&p, p_params);
1536 ** sig_id parameter indicates the message type, p_params
1546 void avdt_msg_send_rsp(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1561 (*avdt_msg_bld_rsp[sig_id - 1])(&p, p_params);
1568 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_RSP, p_params->hdr.label);
1591 void avdt_msg_send_rej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1612 AVDT_MSG_BLD_PARAM(p, p_params->hdr.err_param);
1617 AVDT_MSG_BLD_SEID(p, p_params->hdr.err_param);
1621 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code);
1630 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_REJ, p_params->hdr.label);
1652 void avdt_msg_send_grej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1671 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, p_params->hdr.label);
1673 //AVDT_BLD_LAYERSPEC(p_buf->layer_specific, 0, p_params->hdr.label);