esp-idf/components/bt/esp_ble_mesh
liulinyan 5408374d63 Merge branch 'bugfix/ble_mesh_macro_OR_v3.3' into 'release/v3.3'
ble_mesh: stack: Fix using wrong | for OR between macros (v3.3)

See merge request espressif/esp-idf!16212
2021-12-02 00:27:56 +00:00
..
api ble_mesh: stack: Enable updating lighting hsl state 2021-12-01 16:13:39 +08:00
btc ble_mesh: stack: Support reporting normal ble adv packets 2021-09-10 11:27:13 +08:00
mesh_common ble_mesh: stack: Fix using wrong | for OR between macros 2021-12-01 16:11:20 +08:00
mesh_core Merge branch 'bugfix/ble_mesh_proxy_client_net_resend_v3.3' into 'release/v3.3' 2021-12-01 14:21:25 +00:00
mesh_models Merge branch 'bugfix/ble_mesh_macro_OR_v3.3' into 'release/v3.3' 2021-12-02 00:27:56 +00:00
README.md ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +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.