Searched refs:p_pkt_new (Results 1 – 1 of 1) sorted by relevance
262 BT_HDR* p_pkt_new; in avrc_prep_end_frag() local276 p_pkt_new = p_fcb->p_fmsg; in avrc_prep_end_frag()277 p_pkt_new->len -= in avrc_prep_end_frag()279 p_pkt_new->offset += in avrc_prep_end_frag()281 p_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_prep_end_frag()291 p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE)); in avrc_prep_end_frag()461 BT_HDR* p_pkt_new = NULL; in avrc_proc_far_msg() local548 p_pkt_new = p_rcb->p_rmsg; in avrc_proc_far_msg()551 p_msg->p_vendor_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_proc_far_msg()555 p_msg->vendor_len = p_pkt_new->len - AVRC_VENDOR_HDR_SIZE; in avrc_proc_far_msg()[all …]