Home | History | Annotate | Download | only in bnep

Lines Matching full:hdr_len

41 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
528 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type)
533 if (p_buf->offset < (hdr_len + L2CAP_MIN_OFFSET))
544 p_buf->len += hdr_len;
545 p_buf->offset -= hdr_len;
546 p -= hdr_len;