Zephyr API Documentation
3.4.0
A Scalable Open Source RTOS
|
|
3.4.0 |
#include <blob.h>
Data Fields | |
off_t | offset |
size_t | size |
uint8_t * | 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.