NordicSemiconductor / Android-nRF-Mesh-Library

The Bluetooth Mesh Provisioner and Configurator library.
https://www.nordicsemi.com/
BSD 3-Clause "New" or "Revised" License
414 stars 177 forks source link

OpCode 0x8046 not correctly implemented #499

Closed SalimTerryLi closed 2 years ago

SalimTerryLi commented 2 years ago

Describe the bug

According to page 174 of 333, Mesh Profile 1.0.1, the opcode 0x8046 contains a two octets param which indicates netkey index.

But the implement here does not follow the definition

roshanrajaratnam commented 2 years ago

Hi @SalimTerryLi, thanks for catching this. I will push a fix shortly.