Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99

Target node's Pull mode (Pull BLOB Transfer Mode) context used while sending chunks to the Target node. More...

#include <zephyr/bluetooth/mesh/blob_cli.h>

Data Fields

int64_t block_report_timestamp
 Timestamp when the Block Report Timeout Timer expires for this Target node.
uint8_t missing [DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, 8)]
 Missing chunks reported by this Target node.

Detailed Description

Target node's Pull mode (Pull BLOB Transfer Mode) context used while sending chunks to the Target node.

Field Documentation

◆ block_report_timestamp

int64_t bt_mesh_blob_target_pull::block_report_timestamp

Timestamp when the Block Report Timeout Timer expires for this Target node.

◆ missing

uint8_t bt_mesh_blob_target_pull::missing[DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, 8)]

Missing chunks reported by this Target node.


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