|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Data Structures | |
| struct | bt_mesh_blob_io_flash |
| BLOB flash stream. More... | |
Functions | |
| int | bt_mesh_blob_io_flash_init (struct bt_mesh_blob_io_flash *flash, uint8_t area_id, off_t offset) |
| Initialize a flash stream. | |
| int bt_mesh_blob_io_flash_init | ( | struct bt_mesh_blob_io_flash * | flash, |
| uint8_t | area_id, | ||
| off_t | offset | ||
| ) |
#include <include/zephyr/bluetooth/mesh/blob_io_flash.h>
Initialize a flash stream.
| flash | Flash stream. |
| area_id | Flash partition identifier. See flash_area_open. |
| offset | Offset into the flash area, in bytes. |