OVMS3-idf/components/bt/esp_ble_mesh/btc
lly 745aecb03d 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-05-06 11:45:02 +08:00
..
include ble_mesh: Support BLE advertising simultaneously 2020-04-30 08:23:24 +00:00
btc_ble_mesh_config_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
btc_ble_mesh_generic_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
btc_ble_mesh_health_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
btc_ble_mesh_lighting_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
btc_ble_mesh_prov.c ble_mesh: Fix node not erase info completely 2020-05-06 11:45:02 +08:00
btc_ble_mesh_sensor_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
btc_ble_mesh_time_scene_model.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00