Re: [Bluetooth Mesh] How is the correct way to make a self provision #bluetoothmesh #zephyrbluetoothmesh
Hi Lucas,
toggle quoted messageShow quoted text
It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the stack partially uninitialised without an identity address. Since you mentioned the mesh_demo app, you could e.g. look at where/how it calls settings_load(). Johan
On 21 Mar 2019, at 20.34, Lucas Peixoto <lucaspeixotoac@...> wrote:
|
|