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