|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <blob.h>
Data Fields | |
| size_t | size |
| off_t | offset |
| uint16_t | number |
| uint16_t | chunk_count |
| uint8_t | missing [DIV_ROUND_UP(0, 8)] |
BLOB transfer data block.
| uint16_t bt_mesh_blob_block::chunk_count |
Number of chunks in block.
| uint8_t bt_mesh_blob_block::missing[DIV_ROUND_UP(0, 8)] |
Bitmap of missing chunks.
| uint16_t bt_mesh_blob_block::number |
Block number
| off_t bt_mesh_blob_block::offset |
Offset in bytes from the start of the BLOB.
| size_t bt_mesh_blob_block::size |
Block size in bytes