OVMS3-idf/components/bt
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
..
common fix Kconfig use mistake cause some config not effect 2020-01-20 17:43:36 +08:00
controller Coexistence: Add coexist API to enable BLE connection dynamic priority 2020-04-28 16:16:27 +08:00
esp_ble_mesh ble_mesh: Fix node not erase info completely 2020-04-30 06:42:54 +00:00
host Add HID Support to IDF 2020-04-29 17:24:01 +08:00
include components/bt: Fix A2DP stuck when BLE's interval is too small 2020-01-06 20:22:04 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt Add HID Support to IDF 2020-04-29 17:24:01 +08:00
component.mk Add HID Support to IDF 2020-04-29 17:24:01 +08:00
Kconfig components/coex: Fix misspell in Kconfig 2020-02-19 11:41:03 +08:00
sdkconfig.rename HFP AG Example 2019-11-27 13:35:35 +00:00