Searched refs:p_pkt_copy (Results 1 – 1 of 1) sorted by relevance
122 BT_HDR *p_pkt_copy = in avrc_copy_packet() local126 if (p_pkt_copy != NULL) { in avrc_copy_packet()127 memcpy(p_pkt_copy, p_pkt, BT_HDR_SIZE); in avrc_copy_packet()128 p_pkt_copy->offset = offset; in avrc_copy_packet()130 UINT8 *p_data_copy = avrc_get_data_ptr(p_pkt_copy); in avrc_copy_packet()134 return p_pkt_copy; in avrc_copy_packet()