2020-03-22 04:53 AM
I would like to provision mesh nodes with the netkey, appkey, unicast address etc via UART or I2C. However I don't find an API function call to the mesh library to allow this. All I see are
MOBLE_RESULT BLEMesh_InitUnprovisionedNode(void);
MOBLE_RESULT BLEMesh_InitProvisionedNode(void);
MOBLEBOOL BLEMesh_IsUnprovisioned(void);
MOBLE_RESULT BLEMesh_Unprovision(void);
but nothing to do the actual provisioning. Thanks