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.
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:
createMeshNetwork()
Expected behavior The library does not create any appKeys automatically.
Platform details:
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