Lines Matching full:sig_id
578 static UINT8 avdt_msg_prs_cfg(tAVDT_CFG *p_cfg, UINT8 *p, UINT16 len, UINT8* p_elem, UINT8 sig_id)
623 if ((sig_id == AVDT_SIG_SETCONFIG) || (sig_id == AVDT_SIG_RECONFIG))
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);
1497 if ((sig_id == AVDT_SIG_START) || (sig_id == AVDT_SIG_SUSPEND))
1509 p_buf->event = sig_id;
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);
1557 p_buf->event = sig_id;
1571 ** sig_id parameter indicates the message type. It gets
1581 void avdt_msg_send_rej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1596 if (sig_id != AVDT_SIG_NONE)
1599 if ((sig_id == AVDT_SIG_SETCONFIG) ||
1600 (sig_id == AVDT_SIG_RECONFIG))
1604 else if ((sig_id == AVDT_SIG_START) ||
1605 (sig_id == AVDT_SIG_SUSPEND))
1619 p_buf->event = sig_id;
1632 ** sig_id parameter indicates the message type. It gets
1642 void avdt_msg_send_grej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
1660 p_buf->event = sig_id;
1729 msg.hdr.sig_id = sig = (UINT8) p_ccb->p_curr_cmd->event;
1739 msg.hdr.sig_id = sig;