Hi,
Mesh SDK: v5
Using nRF 528232
I am trying to implement a low power node feature on an existing PIR sensor code. I have added all the necessary functions and macros from the infocenter guide and the LPN example from the mesh SDK. The blockage I am facing is that the initiate_friendship() function should get called after provisioning is complete, but when I use the function mesh_stack_is_device_provisioned(), it only returns TRUE when provisioning is at 80%(before default TTL is sent in nrf Mesh app) and the initiation of friendship does not take place.
I want to know if there is any way to call initiate_friendship() function after the provision is 100% complete
Any help would be great.
Thanks,
Rohan