Zephyr API 3.6.99
|
BLOB data chunk. More...
#include <blob.h>
Data Fields | |
off_t | offset |
Offset of the chunk data from the start of the block. | |
size_t | size |
Chunk data size. | |
uint8_t * | data |
Chunk data. | |
BLOB data chunk.
uint8_t* bt_mesh_blob_chunk::data |
Chunk data.
off_t bt_mesh_blob_chunk::offset |
Offset of the chunk data from the start of the block.
size_t bt_mesh_blob_chunk::size |
Chunk data size.