esp-idf/components/bt/esp_ble_mesh
lly a6ebe48e6e ble_mesh: stack: Add a btc file for ble coex functions
Previously if starting/stopping BLE advertising when BLE Mesh
is enabled, the corresponding events will be notified through
the callback registered by esp_ble_mesh_register_prov_callback().

With this commit, the func esp_ble_mesh_register_ble_callback()
needs to be invoked for resgitering the callback used for BLE
coexistence related functionalities (i.e. ADV/SCAN).
2020-12-21 09:08:25 +00:00
..
api ble_mesh: stack: Add a btc file for ble coex functions 2020-12-21 09:08:25 +00:00
btc ble_mesh: stack: Add a btc file for ble coex functions 2020-12-21 09:08:25 +00:00
mesh_common ble_mesh: stack: Move bt_mesh_rand to mesh_common.c 2020-12-08 15:13:04 +08:00
mesh_core ble_mesh: stack: Move ble scan funcitons to a single file 2020-12-21 09:08:25 +00:00
mesh_models ble_mesh: Replace zephyr integer types with C99 types [Zephyr] 2020-12-08 15:13:04 +08:00
Kconfig.in ble_mesh: stack: Add a btc file for ble coex functions 2020-12-21 09:08:25 +00: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.