Remote UUID event data. More...
#include <pb_remote_client.h>
Data Fields | |
const uint8_t * | p_uuid |
The NRF_MESH_UUID_SIZE byte long UUID of the unprovisioned device. More... | |
uint8_t | device_id |
ID of the unprovisioned device given by the server. More... | |
Remote UUID event data.
Definition at line 97 of file pb_remote_client.h.
const uint8_t* pb_remote_event_remote_uuid_t::p_uuid |
The NRF_MESH_UUID_SIZE byte long UUID of the unprovisioned device.
Definition at line 100 of file pb_remote_client.h.
uint8_t pb_remote_event_remote_uuid_t::device_id |
ID of the unprovisioned device given by the server.
Definition at line 102 of file pb_remote_client.h.