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

BLOB transfer data block. More...

#include <blob.h>

Data Fields

size_t size
 Block size in bytes.
 
off_t offset
 Offset in bytes from the start of the BLOB.
 
uint16_t number
 Block number.
 
uint16_t chunk_count
 Number of chunks in block.
 
uint8_t missing [DIV_ROUND_UP(0, 8)]
 Bitmap of missing chunks.
 

Detailed Description

BLOB transfer data block.

Field Documentation

◆ chunk_count

uint16_t bt_mesh_blob_block::chunk_count

Number of chunks in block.

◆ missing

uint8_t bt_mesh_blob_block::missing[DIV_ROUND_UP(0, 8)]

Bitmap of missing chunks.

◆ number

uint16_t bt_mesh_blob_block::number

Block number.

◆ offset

off_t bt_mesh_blob_block::offset

Offset in bytes from the start of the BLOB.

◆ size

size_t bt_mesh_blob_block::size

Block size in bytes.


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