net_buf_pull_u8 macro
@def net_buf_pull_u8 Remove a 8-bit value from the beginning of the buffer Same idea as with net_buf_pull(), but a helper for operating on 8-bit values.
Arguments
buf
A valid pointer on a buffer.
Return value
The 8-bit removed value