Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_blob_io_flash Struct Reference

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_areaarea
 
struct bt_mesh_blob_io io
 

Detailed Description

BLOB flash stream.

Field Documentation

◆ area

const struct flash_area* bt_mesh_blob_io_flash::area

◆ area_id

uint8_t bt_mesh_blob_io_flash::area_id

Flash area ID to write the BLOB to.

◆ io

struct bt_mesh_blob_io bt_mesh_blob_io_flash::io

◆ mode

enum bt_mesh_blob_io_mode bt_mesh_blob_io_flash::mode

Active stream mode.

◆ offset

off_t bt_mesh_blob_io_flash::offset

Offset into the flash area to place the BLOB at (in bytes).


The documentation for this struct was generated from the following file: