Hiya, I've got an issue regarding LPN and friend nodes -
Node A -> Battery/ USB powered Product
Node B -> Destination & Friend
Switching between USB/ Battery I change bt_mesh_lpn_set. It works fine plugged in and when I switch it to battery, node A works fine., however when I switch back to usb (no longer low power), my messages to Node B are received but the acknowledgement isn't being received by node A. and Node B messages are no longer being received to node A. I
have the friend cb on node B and I can see the friendship is terminated.
//-----------------
This above issue has been fixed in https://github.com/zephyrproject-rtos/zephyr/pull/88949
Would it be possible for this to be backported to ncs https://github.com/nrfconnect/sdk-nrf/releases/tag/v2.9.1 ?