I'm using the MESH SDK 4.2.0 on a nrf52832 in combination with the Serialization interface (ACI) example
We'd like to implement the key-Refresh cycle and are planning on the following sequence:
- Phase 0 => 1: dsm_subnet_update() (SERIAL_OPCODE_CMD_MESH_SUBNET_UPDATE).[optional] dsm_appkey_update() (SERIAL_OPCODE_CMD_MESH_APPKEY_UPDATE)
- Phase 1 => 2: dsm_subnet_update_swap_keys() (???)
- Phase 2(3)=> 0: dsm_subnet_update_commit() (???)
There's an APIs for the first step, but I do not see a way to execute step 2 and 3 without adding an API: are these missing?
Thanks,
Dirk