Zephyr API 3.6.99
|
BLOB transfer. More...
#include <blob.h>
Data Fields | |
uint64_t | id |
BLOB ID. | |
size_t | size |
Total BLOB size in bytes. | |
enum bt_mesh_blob_xfer_mode | mode |
BLOB transfer mode. | |
uint8_t | block_size_log |
uint16_t | chunk_size |
Base chunk size. | |
BLOB transfer.
uint8_t bt_mesh_blob_xfer::block_size_log |
uint16_t bt_mesh_blob_xfer::chunk_size |
Base chunk size.
May be smaller for the last chunk.
uint64_t bt_mesh_blob_xfer::id |
BLOB ID.
enum bt_mesh_blob_xfer_mode bt_mesh_blob_xfer::mode |
BLOB transfer mode.
size_t bt_mesh_blob_xfer::size |
Total BLOB size in bytes.