Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_mesh_blob_chunk Struct Reference

#include <blob.h>

Data Fields

off_t offset
 
size_t size
 
uint8_tdata
 

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: