net_buf_linearize() function
Copy bytes from net_buf chain starting at offset to linear buffer Copy (extract) @a len bytes from @a src net_buf chain, starting from @a offset in it, to a linear buffer @a dst. Return number of bytes actually copied, which may be less than requested, if net_buf chain doesn't have enough data, or destination buffer is too small.
Arguments
dst_len
Destination buffer length
offset
Starting offset to copy from
len
Number of bytes to copy
Return value
number of bytes actually copied