Zephyr API 3.6.99
|
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. | |
Transfer capabilities of a Target node.
uint8_t bt_mesh_blob_cli_caps::max_block_size_log |
Logarithmic representation of the maximum block size.
uint16_t bt_mesh_blob_cli_caps::max_chunk_size |
Max chunk size.
uint16_t bt_mesh_blob_cli_caps::max_chunks |
Max number of chunks per block.
size_t bt_mesh_blob_cli_caps::max_size |
Max BLOB size.
uint8_t bt_mesh_blob_cli_caps::min_block_size_log |
Logarithmic representation of the minimum block size.
enum bt_mesh_blob_xfer_mode bt_mesh_blob_cli_caps::modes |
Supported transfer modes.
uint16_t bt_mesh_blob_cli_caps::mtu_size |
Max MTU size.