Defines Embedded BLE Mesh EVent callback payload.
Data Fields | |
struct { | |
uint32_t conn_id | |
Mesh Connection ID. | |
uint8_t status | |
Mesh Provisioning status. | |
} | provisioning |
provisioning status callback data | |
struct { | |
uint8_t device | |
Mesh status of Bluetooth device. | |
} | device |
Generic Device/Mesh status callback data. | |
struct { | |
uint32_t length | |
Length of payload received from Mesh network. | |
uint8_t * packet | |
Mesh payload. | |
} | network |
Data received from Mesh network to be sent to cloud. | |
struct { | |
uint16_t id | |
NVRAM Payload index. | |
uint32_t length | |
NVRAM payload length. | |
uint8_t * data | |
NVRAM Payload. | |
} | nvram |
NVRAM payload. | |
struct { | |
uint8_t status | |
Mesh Network status. | |
} | mesh |
Mesh network status callback data. | |
uint8_t MeshEventCallbackData::status |
Mesh Provisioning status.
Mesh Network status.
uint32_t MeshEventCallbackData::length |
Length of payload received from Mesh network.
NVRAM payload length.