Searched refs:p_pkt_new (Results 1 – 1 of 1) sorted by relevance
263 BT_HDR* p_pkt_new; in avrc_prep_end_frag() local277 p_pkt_new = p_fcb->p_fmsg; in avrc_prep_end_frag()278 p_pkt_new->len -= in avrc_prep_end_frag()280 p_pkt_new->offset += in avrc_prep_end_frag()282 p_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_prep_end_frag()292 p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE)); in avrc_prep_end_frag()462 BT_HDR* p_pkt_new = NULL; in avrc_proc_far_msg() local549 p_pkt_new = p_rcb->p_rmsg; in avrc_proc_far_msg()552 p_msg->p_vendor_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_proc_far_msg()556 p_msg->vendor_len = p_pkt_new->len - AVRC_VENDOR_HDR_SIZE; in avrc_proc_far_msg()[all …]