Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_params

1457 **                  sig_id parameter indicates the message type, p_params
1467 void avdt_msg_send_cmd(tAVDT_CCB *p_ccb, void *p_scb, UINT8 sig_id, tAVDT_MSG *p_params)
1486 (*avdt_msg_bld_cmd[sig_id - 1])(&p, p_params);
1526 ** sig_id parameter indicates the message type, p_params
1536 void avdt_msg_send_rsp(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1551 (*avdt_msg_bld_rsp[sig_id - 1])(&p, p_params);
1558 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_RSP, p_params->hdr.label);
1581 void avdt_msg_send_rej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1602 AVDT_MSG_BLD_PARAM(p, p_params->hdr.err_param);
1607 AVDT_MSG_BLD_SEID(p, p_params->hdr.err_param);
1611 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code);
1620 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_REJ, p_params->hdr.label);
1642 void avdt_msg_send_grej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1661 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, p_params->hdr.label);
1663 //AVDT_BLD_LAYERSPEC(p_buf->layer_specific, 0, p_params->hdr.label);