Android-nRF-Mesh-Library icon indicating copy to clipboard operation
Android-nRF-Mesh-Library copied to clipboard

This lib creates 3 appKeys - even if not needed

Open connyhald opened this issue 1 year ago • 0 comments

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:

  1. Check available appKeys
  2. Call createMeshNetwork()
  3. Check available appKeys
  4. 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

connyhald avatar Jan 26 '24 21:01 connyhald