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

BLOB data chunk. More...

#include <blob.h>

Data Fields

off_t offset
 Offset of the chunk data from the start of the block.
 
size_t size
 Chunk data size.
 
uint8_tdata
 Chunk data.
 

Detailed Description

BLOB data chunk.

Field Documentation

◆ data

uint8_t* bt_mesh_blob_chunk::data

Chunk data.

◆ offset

off_t bt_mesh_blob_chunk::offset

Offset of the chunk data from the start of the block.

◆ size

size_t bt_mesh_blob_chunk::size

Chunk data size.


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