Zephyr API 3.6.99
|
BLOB flash stream. More...
#include <blob_io_flash.h>
Data Fields | |
uint8_t | area_id |
Flash area ID to write the BLOB to. | |
enum bt_mesh_blob_io_mode | mode |
Active stream mode. | |
off_t | offset |
Offset into the flash area to place the BLOB at (in bytes). | |
const struct flash_area * | area |
struct bt_mesh_blob_io | io |
BLOB flash stream.
const struct flash_area* bt_mesh_blob_io_flash::area |
uint8_t bt_mesh_blob_io_flash::area_id |
Flash area ID to write the BLOB to.
struct bt_mesh_blob_io bt_mesh_blob_io_flash::io |
enum bt_mesh_blob_io_mode bt_mesh_blob_io_flash::mode |
Active stream mode.
off_t bt_mesh_blob_io_flash::offset |
Offset into the flash area to place the BLOB at (in bytes).