Files
esp-idf/components
lly bca0b85fc3 ble_mesh: stack: Using the latest iv_index for provisioning
Provisioner should always uses the latest IV Index for provisioning.
For example, if the current IV Index is 0x00000001, but prov->iv_index
is still initialized with 0x00000000, and if Provisioner uses prov->
iv_index for provisioning, this will cause the Provisioner failing to
control the node.
So here bt_mesh.iv_index is used instead of prov->iv_index.
2020-09-11 10:56:06 +08:00
..
2020-09-09 07:34:40 +00:00
2019-11-29 18:05:24 +08:00
2020-08-25 17:43:13 +08:00
2020-09-01 16:00:49 +08:00
2019-12-09 09:44:56 +08:00
2020-03-22 20:00:21 +08:00