Home
last modified time | relevance | path

Searched refs:p_pkt_new (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc286 BT_HDR* p_pkt_new; in avrc_prep_end_frag() local
300 p_pkt_new = p_fcb->p_fmsg; in avrc_prep_end_frag()
301 p_pkt_new->len -= in avrc_prep_end_frag()
303 p_pkt_new->offset += in avrc_prep_end_frag()
305 p_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_prep_end_frag()
315 p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE)); in avrc_prep_end_frag()
484 BT_HDR* p_pkt_new = NULL; in avrc_proc_far_msg() local
570 p_pkt_new = p_rcb->p_rmsg; in avrc_proc_far_msg()
573 p_msg->p_vendor_data = (uint8_t*)(p_pkt_new + 1) + p_pkt_new->offset; in avrc_proc_far_msg()
577 p_msg->vendor_len = p_pkt_new->len - AVRC_VENDOR_HDR_SIZE; in avrc_proc_far_msg()
[all …]