Home | History | Annotate | Download | only in avdt

Lines Matching refs:p_scb

1467 void avdt_msg_send_cmd(tAVDT_CCB *p_ccb, void *p_scb, UINT8 sig_id, tAVDT_MSG *p_params)
1492 if (p_scb != NULL)
1496 /* for start and suspend, p_scb points to array of handles */
1499 memcpy(p, (UINT8 *) p_scb, p_buf->len);
1501 /* for all others, p_scb points to scb as usual */
1504 *p = avdt_scb_to_hdl((tAVDT_SCB *) p_scb);
1686 tAVDT_SCB *p_scb;
1874 if (evt && (p_scb = avdt_scb_by_hdl(scb_hdl)) != NULL)
1876 avdt_scb_event(p_scb, evt, (tAVDT_SCB_EVT *) &msg);