OVMS3-idf/components/bt/esp_ble_mesh/mesh_core
lly eaeb465767 ble_mesh: Fix node not erase info completely
Previously only mesh node info is supported to be stored
in flash. So when trying to reset the node, we only need
to judge if the BLE_MESH_VALID flag is set.
Currently we support storing both node & Provisioner info
in flash, when trying to erase the node info from flash,
the BLE_MESH_NODE flag will be checked. So we need to set
bt_mesh.flags to 0 when all the erase operations are done.
2020-04-30 06:42:54 +00:00
..
bluedroid_host ble_mesh: Support BLE advertising simultaneously 2020-04-02 01:03:25 +00:00
include ble_mesh: Fix node not erase info completely 2020-04-30 06:42:54 +00:00
nimble_host ble_mesh: Support BLE advertising simultaneously 2020-04-02 01:03:25 +00:00
storage ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
access.c ble_mesh: Use the right net_idx & app_idx for publish 2020-03-12 17:43:19 +08:00
access.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
adv.c ble_mesh: Support BLE advertising simultaneously 2020-04-02 01:03:25 +00:00
adv.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
beacon.c ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option 2020-04-26 06:25:08 +00:00
beacon.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
cfg_cli.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
cfg_srv.c ble_mesh: Fix node not erase info completely 2020-04-30 06:42:54 +00:00
crypto.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
crypto.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
foundation.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
friend.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
friend.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
health_cli.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
health_srv.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
lpn.c ble_mesh: Miscellaneous modifications 2020-02-26 17:37:44 +08:00
lpn.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
main.c ble_mesh: Fix node not erase info completely 2020-04-30 06:42:54 +00:00
mesh.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
net.c ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option 2020-04-26 06:25:08 +00:00
net.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
prov.c ble_mesh: Add length check for some mesh operations 2020-04-27 14:24:07 +08:00
prov.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
provisioner_main.c Merge branch 'bugfix/ble_mesh_provisioner_check_key' into 'master' 2020-04-29 21:12:14 +08:00
provisioner_main.h ble_mesh: Fix compile error when -O2 (performance) is chosen 2020-04-27 14:24:07 +08:00
provisioner_prov.c ble_mesh: Add length check for some mesh operations 2020-04-27 14:24:07 +08:00
provisioner_prov.h Merge branch 'bugfix/ble_mesh_add_missing_cpp' into 'master' 2020-04-27 11:47:44 +08:00
proxy_client.c ble_mesh: Add length check for some mesh operations 2020-04-27 14:24:07 +08:00
proxy_client.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
proxy_server.c ble_mesh: Fix compile error when -O2 (performance) is chosen 2020-04-27 14:24:07 +08:00
proxy_server.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
settings.c ble_mesh: Fix node not erase info completely 2020-04-30 06:42:54 +00:00
settings.h Merge branch 'bugfix/ble_mesh_add_missing_cpp' into 'master' 2020-04-27 11:47:44 +08:00
test.c ble_mesh: Add ble mesh white list test function 2020-03-25 11:30:08 +08:00
test.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00
transport.c ble_mesh: Calc incomplete timeout based on msg info 2020-02-26 17:42:04 +08:00
transport.h ble_mesh: Add missing #ifdef __cplusplus 2020-04-26 06:50:35 +00:00