Android-nRF-Mesh-Library
Android-nRF-Mesh-Library copied to clipboard
This lib creates 3 appKeys - even if not needed
Describe the bug Creating a mesh network creates three appKeys. In our case we do not want or need those appKeys. We only want to create appKeys explicitly.
To Reproduce Steps to reproduce the behavior:
- Check available appKeys
- Call
createMeshNetwork() - Check available appKeys
- See that 3 appKeys have been created
Expected behavior The library does not create any appKeys automatically.
Platform details:
- Device: All tested devices
- OS: All supported versions of Android
- Library Version: 3.3.2
Logs / Screenshots The relevant code is here: https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/776dadf0afb0eafc11a622c7b5d859e95524b4e9/mesh/src/main/java/no/nordicsemi/android/mesh/MeshManagerApi.java#L856-L864