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_xfer Struct Reference

#include <blob.h>

Data Fields

uint64_t id
 
size_t size
 
enum bt_mesh_blob_xfer_mode mode
 
uint8_t block_size_log
 
uint16_t chunk_size
 

Detailed Description

BLOB transfer.

Field Documentation

◆ block_size_log

uint8_t bt_mesh_blob_xfer::block_size_log

◆ chunk_size

uint16_t bt_mesh_blob_xfer::chunk_size

Base chunk size. May be smaller for the last chunk.

◆ id

uint64_t bt_mesh_blob_xfer::id

BLOB ID.

◆ mode

enum bt_mesh_blob_xfer_mode bt_mesh_blob_xfer::mode

BLOB transfer mode.

◆ size

size_t bt_mesh_blob_xfer::size

Total BLOB size in bytes.


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