esp-idf/components/bt
lly 1037736300 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 00:47:43 +00:00
..
common Add some debug log for bt: 2020-08-26 15:17:28 +08:00
controller Change PCM config to the right position 2020-09-01 16:05:01 +08:00
esp_ble_mesh ble_mesh: stack: Using the latest iv_index for provisioning 2020-09-11 00:47:43 +00:00
host Merge branch 'bugfix/btdm_spp_null_ptr_with_dynamic_memory' into 'master' 2020-09-10 17:38:53 +08:00
include Redesign Kconfig.in BT components 2020-07-14 11:01:02 +08:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt ble_mesh: stack: Move fast prov functions to a single file 2020-07-01 13:26:06 +00:00
component.mk ble_mesh: ci: Fix failing to compile when using make 2020-06-24 09:43:33 +08:00
Kconfig Redesign Kconfig.in BT components 2020-07-14 11:01:02 +08:00
sdkconfig.rename ble_mesh: stack: Add a option of using IRAM for memory allocation 2020-07-08 01:45:01 +00:00