Remote Provisioning Scan UUID Report. More...
#include <pb_remote_msgs.h>
Data Fields | |
uint8_t | uuid [NRF_MESH_UUID_SIZE] |
Scanned Device UUID. More... | |
uint8_t | unprov_device_id |
ID of the provisioning Server slot where this device UUID is stored. More... | |
Remote Provisioning Scan UUID Report.
Definition at line 334 of file pb_remote_msgs.h.
uint8_t pb_remote_msg_scan_uuid_report_t::uuid[NRF_MESH_UUID_SIZE] |
Scanned Device UUID.
Definition at line 337 of file pb_remote_msgs.h.
uint8_t pb_remote_msg_scan_uuid_report_t::unprov_device_id |
ID of the provisioning Server slot where this device UUID is stored.
The Unprovisioned Device ID is used to reference the Device UUID in the Remote Provisioning Link Open message pb_remote_msg_link_open_t.
Definition at line 344 of file pb_remote_msgs.h.