Why Low-Power feature cannot be enabled in Zephyr BLE Mesh

Hello, 

I am trying to set up low power nodes in my mesh network.
To do so, I edited the prg.config file to enable this feature as:

CONFIG_BT_MESH_LOW_POWER=y
And then, I tried to check if this feature is enabled by checking the information on the NRF mesh app. 
The app said it is disabled. 

Next, I tried  
bt_mesh_lpn_set() in the main.c file, but still the problem persists. I am wondering how I can fix this issue.


Thanks
Parents Reply Children
No Data
Related