Closed Rawa closed 1 year ago
The deserialization of a node is wrong:
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/main/mesh/src/main/java/no/nordicsemi/android/mesh/transport/NodeDeserializer.java#L82
Here you can see the constructor https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/5298fd6f52abec2cc74a321833c8ad38380db1ee/mesh/src/main/java/no/nordicsemi/android/mesh/Features.java#L53
Describe the bug:
Relay and Proxy feature are flipped when sent to the constructor.
The deserialization of a node is wrong:
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/main/mesh/src/main/java/no/nordicsemi/android/mesh/transport/NodeDeserializer.java#L82
Here you can see the constructor https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/5298fd6f52abec2cc74a321833c8ad38380db1ee/mesh/src/main/java/no/nordicsemi/android/mesh/Features.java#L53
Describe the bug:
Relay and Proxy feature are flipped when sent to the constructor.