Preparing a Device for Certificate-Based Provisioning#
Device#
Once a device certificate, and optionally any intermediate certificates, have been installed on the device, there are a few steps as follows to configure the device for Certificate-Based Provisioning:
Call
sl_btmesh_node_init_oob()
to indicate that the device has an out-of-band public key.Enable support for provisioning records by calling
sl_btmesh_node_init_provisioning_records()
.Start unprovisioned beaconing by calling
sl_btmesh_node_start_unprov_beaconing()
.