Lines Matching full:p_scb
1477 void avdt_msg_send_cmd(tAVDT_CCB *p_ccb, void *p_scb, UINT8 sig_id, tAVDT_MSG *p_params)
1502 if (p_scb != NULL)
1506 /* for start and suspend, p_scb points to array of handles */
1509 memcpy(p, (UINT8 *) p_scb, p_buf->len);
1511 /* for all others, p_scb points to scb as usual */
1514 *p = avdt_scb_to_hdl((tAVDT_SCB *) p_scb);
1694 tAVDT_SCB *p_scb;
1884 if (evt && (p_scb = avdt_scb_by_hdl(scb_hdl)) != NULL)
1886 avdt_scb_event(p_scb, evt, (tAVDT_SCB_EVT *) &msg);