Home | History | Annotate | Download | only in avrc

Lines Matching defs:p_start

1078   uint8_t* p_start = NULL;
1094 p_start = ((uint8_t*)(p_pkt + 1) + p_pkt->offset);
1107 if ((*p_start == AVRC_PDU_REQUEST_CONTINUATION_RSP) ||
1108 (*p_start == AVRC_PDU_ABORT_CONTINUATION_RSP)) {
1114 p_start = ((uint8_t*)(p_pkt + 1) + p_pkt->offset);
1157 if (p_start != NULL) {
1160 p_fcb->frag_pdu = *p_start;
1168 p_start -= AVRC_VENDOR_HDR_SIZE;
1169 memcpy(p_data, p_start, AVRC_MAX_CTRL_DATA_LEN);