Home | History | Annotate | Download | only in bnep

Lines Matching full:hdr_len

37 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
547 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type)
552 if (p_buf->offset < (hdr_len + L2CAP_MIN_OFFSET))
563 p_buf->len += hdr_len;
564 p_buf->offset -= hdr_len;
565 p -= hdr_len;