Zephyr API 3.6.99
|
BLOB Transfer Client Target node. More...
#include <blob_cli.h>
Data Fields | |
sys_snode_t | n |
Linked list node. | |
uint16_t | addr |
Target node address. | |
struct bt_mesh_blob_target_pull * | pull |
Target node's Pull mode context. | |
uint8_t | status |
BLOB transfer status, see bt_mesh_blob_status. | |
uint8_t | procedure_complete:1 |
uint8_t | acked:1 |
uint8_t | timedout:1 |
uint8_t | skip:1 |
BLOB Transfer Client Target node.
uint8_t bt_mesh_blob_target::acked |
uint16_t bt_mesh_blob_target::addr |
Target node address.
sys_snode_t bt_mesh_blob_target::n |
Linked list node.
uint8_t bt_mesh_blob_target::procedure_complete |
struct bt_mesh_blob_target_pull* bt_mesh_blob_target::pull |
Target node's Pull mode context.
Needs to be initialized when sending a BLOB in Pull mode.
uint8_t bt_mesh_blob_target::skip |
uint8_t bt_mesh_blob_target::status |
BLOB transfer status, see bt_mesh_blob_status.
uint8_t bt_mesh_blob_target::timedout |