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

Transfer capabilities of a Target node. More...

#include <blob_cli.h>

Data Fields

size_t max_size
 Max BLOB size.
 
uint8_t min_block_size_log
 Logarithmic representation of the minimum block size.
 
uint8_t max_block_size_log
 Logarithmic representation of the maximum block size.
 
uint16_t max_chunks
 Max number of chunks per block.
 
uint16_t max_chunk_size
 Max chunk size.
 
uint16_t mtu_size
 Max MTU size.
 
enum bt_mesh_blob_xfer_mode modes
 Supported transfer modes.
 

Detailed Description

Transfer capabilities of a Target node.

Field Documentation

◆ max_block_size_log

uint8_t bt_mesh_blob_cli_caps::max_block_size_log

Logarithmic representation of the maximum block size.

◆ max_chunk_size

uint16_t bt_mesh_blob_cli_caps::max_chunk_size

Max chunk size.

◆ max_chunks

uint16_t bt_mesh_blob_cli_caps::max_chunks

Max number of chunks per block.

◆ max_size

size_t bt_mesh_blob_cli_caps::max_size

Max BLOB size.

◆ min_block_size_log

uint8_t bt_mesh_blob_cli_caps::min_block_size_log

Logarithmic representation of the minimum block size.

◆ modes

enum bt_mesh_blob_xfer_mode bt_mesh_blob_cli_caps::modes

Supported transfer modes.

◆ mtu_size

uint16_t bt_mesh_blob_cli_caps::mtu_size

Max MTU size.


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