Hello,
I am using android nrf mesh app as a base app and using the latest nrf mesh library version.
I am taking provisioning trails on inline on-off controller.
While provisioning, I am facing a random issue of assigning unicast address as 1 which is same as provisioner address.
When I debug the application I found that the method network.nextAvailableUnicastAddress() which is called in ProvisioningActivity returning 1 which is further assigned to node and provisioning processed further, but stuck into getting composition data.
Can you suggest some solution to this issue?