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

BLOB transfer. More...

#include <blob.h>

Data Fields

uint64_t id
 BLOB ID.
 
size_t size
 Total BLOB size in bytes.
 
enum bt_mesh_blob_xfer_mode mode
 BLOB transfer mode.
 
uint8_t block_size_log
 
uint16_t chunk_size
 Base 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: