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

ConfigCompositionDataStatus message destroys subscribe information

Open Rawa opened this issue 3 years ago • 3 comments


Describe the bug A ConfigCompositionDataStatus message will destroy subscribe information for a given node.

In our usecase we set up a mesh, with subscribe to groups etc. Then we use DFU directly through BLE, to ensure that the node is up to date we ask the node about it's composition data (to get updated VID). This seems to cause a all subscribes to be removed from the config even though they are in reality still there.

To Reproduce Steps to reproduce the behavior:

  1. Provision node
  2. Add subscribe
  3. Send message ConfigCompositionDataGet to update composition data.
  4. Subscribe is now gone from the config.

Expected behavior The subscribe should still be there if the element exists

Platform details:

  • Device: Pixel 6 Pro
  • OS: Android 12
  • Library Version (or Commit): 3.2.4

Rawa avatar Oct 17 '22 12:10 Rawa