I am using MeshSDK 4.2.0 and nRF52840.
I have looked into the provisioner example and the provisioner_store function in main.c only seems to store m_nw_state, which only contains:
- number of provisioned and configured devices,
- last provisioned device address
- number of models already on the mesh network
- current uri being provisioned
- net, app and provisioner keys
Is this the extent of data stored by the provisioner or is there something more I missed? I was hoping to be able to establish a link between mesh address and device UUID (I know each device can have multiple mesh addresses if it has many elements). Is the UUID of the device that was provisioned stored by the provisioner?
Thank you