OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client
lly 42378c8e19 ble_mesh: Move TAG definition to each example
Move the TAG definition of each example to the corresponding
source file (previously it is defined in the common example
intialization header file), which can avoid the redefinition
of TAG in some situations.
2020-06-24 12:06:58 +00:00
..
main ble_mesh: Move TAG definition to each example 2020-06-24 12:06:58 +00:00
tutorial ble_mesh: Define a macro for invalid company id 2020-06-01 09:13:43 +08:00
CMakeLists.txt ble_mesh: Rename esp_fast_prov_* to ble_mesh_fast_prov_* 2020-05-22 14:09:21 +08:00
Makefile ble_mesh: Rename esp_fast_prov_* to ble_mesh_fast_prov_* 2020-05-22 14:09:21 +08:00
README.md ble_mesh: Fix tutorial links in examples README.md 2020-05-22 14:09:21 +08:00
sdkconfig.ci.bluedroid ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_* 2020-05-22 14:09:21 +08:00
sdkconfig.ci.nimble ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_* 2020-05-22 14:09:21 +08:00
sdkconfig.defaults ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_* 2020-05-22 14:09:21 +08:00

ESP BLE Mesh Fast Provisioning Client example

This example shows how a BLE Mesh device functions as a Fast Provisioning Client.

Please check the tutorial for more information about this example.