I'm trying to disable proxy visibility of mesh node after its been provisioned by calling (from APP timer's context) proxy_stop() function. Though i'm getting NRF_FAULT_ID_SD_ASSERT fault withing 30 min to 1 Hr after call.
I have another node which is running for couple of days that does not call proxy_stop() on power up. So its definately proxy_stop() call is making it happen.
I have also tried caling adv_start(PROXY_ADV_TYPE_NETWORK_ID, true); with mesh_adv_params_set() supplied with 10s interval time, it still fails on SD assert.
Addition: BTW if I were to disable proxy uisng mobile provisioner(nRF Mesh) it still fails on SD assert !
Can anyone share any thoughts ?
Softdevice i'm using is *_s132_7.2.0.hex