OVMS3-idf/components/bt
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
..
bluedroid component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.3) 2020-03-31 16:45:57 +08:00
common Component/bt : 2020-02-20 19:39:03 +08:00
esp_ble_mesh ble_mesh: Fix node not erase info completely 2020-05-06 11:45:02 +08:00
include fix initializer order for BT_CONTROLLER_INIT_CONFIG_DEFAULT 2020-02-07 18:59:03 +08:00
lib@4d64d12dde components/coex: Fix wakeup delay with DFS 2020-03-28 21:15:21 +08:00
test bt: Fix unit tests build with CMake 2018-11-28 15:19:04 +08:00
bt.c components/coex: Fix wakeup delay with DFS 2020-03-28 21:15:21 +08:00
CMakeLists.txt ble_mesh: Support BLE advertising simultaneously 2020-04-30 08:23:24 +00:00
component.mk Add support of NimBLE host in ESP-BLE-Mesh - v3.3 2020-02-13 12:33:23 +05:30
Kconfig Merge branch 'feat/ble_mesh_ble_adv_simultaneously_v3.3' into 'release/v3.3' 2020-05-06 11:14:52 +08:00