esp-idf/components/bt/esp_ble_mesh
Island 13b05ca6ba Merge branch 'bugfix/adapt_new_btc_v4.2' into 'release/v4.2'
ble_mesh: stack: Corrected parameter size when the btc_transfer_context is used (v4.2)

See merge request espressif/esp-idf!20168
2022-09-18 14:35:49 +08:00
..
api ble_mesh: Update the SIG recommendations for CVE issues 2021-08-18 10:58:18 +08:00
btc ble_mesh: stack: added the judgment that the parameter is NULL but the parameter len is not zero to avoid btc_transfer_context failed 2022-09-15 17:02:24 +08:00
mesh_common ble_mesh: stack: Add prefix BLE_MESH_ for log related macros 2021-01-19 14:04:44 +08:00
mesh_core Merge branch 'bugfix/friend_and_lpn_issues_v4.2' into 'release/v4.2' 2022-09-15 18:42:41 +08:00
mesh_models ble_mesh: stack: Fix deinit server models with no matching id 2021-02-07 11:18:31 +08:00
Kconfig.in ble_mesh: stack: Add filter old seq_auth packet menuconfig 2022-06-23 16:22:08 +08:00
README.md Provide BLE Mesh documentation 2019-10-30 17:01:18 +08:00

ESP-BLE-MESH Component

This is Espressif Bluetooth Low Energy Mesh component folder.

This component is a part of Espressif IoT Development Framework (ESP-IDF). For the latest documentation please refer to ESP-IDF Programming Guide.

The ESP-BLE-MESH networking enables many-to-many (m:m) device communications and is optimized for creating large-scale device networks.

ESP-BLE-MESH Documentation

ESP-BLE-MESH Examples

  • Refer to ESP-BLE-MESH Examples of Getting Started for the tutorials of ESP BLE Mesh examples.