Home | History | Annotate | Download | only in avrc

Lines Matching refs:avrc_cb

72     if (event <= AVRC_MAX_RCV_CTRL_EVT && avrc_cb.ccb[handle].p_ctrl_cback)
80 (*avrc_cb.ccb[handle].p_ctrl_cback)(handle, avrc_event, result, peer_addr);
132 p_fcb = &avrc_cb.fcb[handle];
172 p_fcb = &avrc_cb.fcb[handle];
258 else if (avrc_cb.fcb[handle].frag_enabled)
260 p_fcb = &avrc_cb.fcb[handle];
370 p_rcb = &avrc_cb.rcb[handle];
573 if ( ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD)) ||
574 ((avrc_cb.ccb[handle].control & AVRC_CT_CONTROL) && (cr == AVCT_RSP)) )
591 AVRC_CO_ID_TO_BE_STREAM(p_rsp_data, avrc_cb.ccb[handle].company_id);
730 if ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD))
768 (*avrc_cb.ccb[handle].p_msg_cback)(handle, label, opcode, &msg);
775 handle, avrc_cb.ccb[handle].control, cr, opcode);
902 memcpy(&avrc_cb.ccb[*p_handle], p_ccb, sizeof(tAVRC_CONN_CB));
904 memset(&avrc_cb.fcb[*p_handle], 0, sizeof(tAVRC_FRAG_CB));
905 memset(&avrc_cb.rcb[*p_handle], 0, sizeof(tAVRC_RASM_CB));
1000 p_fcb = &avrc_cb.fcb[handle];