From fd451f5856249afb5384e2d486e46fd873895a15 Mon Sep 17 00:00:00 2001 From: Liu Linyan Date: Sat, 26 Aug 2023 17:19:57 +0800 Subject: [PATCH] feat(ble_mesh): Misc updates for BLE Mesh examples --- .../api-guides/esp-ble-mesh/ble-mesh-faq.rst | 2 +- .../esp-ble-mesh/ble-mesh-feature-list.rst | 20 +++++++------- .../esp-ble-mesh/ble-mesh-index.rst | 18 ++++++------ .../api-guides/esp-ble-mesh/ble-mesh-faq.rst | 2 +- .../esp-ble-mesh/ble-mesh-index.rst | 18 ++++++------ examples/bluetooth/.build-test-rules.yml | 2 +- examples/bluetooth/esp_ble_mesh/README.md | 26 +++++++++--------- .../CMakeLists.txt | 2 +- .../README.md | 0 .../components/case/CMakeLists.txt | 0 .../components/case/ble_unit.c | 0 .../components/case/ble_unit.h | 0 .../components/case/run_tc.c | 0 .../components/case/run_tc.h | 0 .../components/case/sync.c | 0 .../components/case/sync.h | 0 .../components/case/test_env.c | 0 .../components/case/test_env.h | 0 .../components/case/wifi_connect.c | 0 .../components/case/wifi_connect.h | 0 .../components/case/wifi_unit.c | 0 .../components/case/wifi_unit.h | 0 .../main/CMakeLists.txt | 0 .../main/Kconfig.projbuild | 0 .../main/coex_cmd.c | 0 .../main/coex_cmd.h | 0 .../main/main.c | 0 .../partitions.csv | 0 .../sdkconfig.defaults | 0 .../CMakeLists.txt | 0 .../ble_mesh_fast_prov_client_model.c | 0 .../ble_mesh_fast_prov_client_model.h | 0 .../ble_mesh_fast_prov_common.h | 0 .../ble_mesh_fast_prov_operation.c | 0 .../ble_mesh_fast_prov_operation.h | 0 .../ble_mesh_fast_prov_server_model.c | 0 .../ble_mesh_fast_prov_server_model.h | 0 .../fast_prov_client/CMakeLists.txt | 2 +- .../fast_prov_client/README.md | 0 .../fast_prov_client/main/CMakeLists.txt | 0 .../fast_prov_client/main/main.c | 0 .../fast_prov_client/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../fast_prov_client/sdkconfig.ci.model | 0 .../fast_prov_client/sdkconfig.ci.nimble | 0 .../sdkconfig.ci.nimble_deinit | 0 .../fast_prov_client/sdkconfig.defaults | 0 .../sdkconfig.defaults.esp32c3 | 0 .../sdkconfig.defaults.esp32c6 | 0 .../sdkconfig.defaults.esp32h2 | 0 .../sdkconfig.defaults.esp32s3 | 0 ...sh_Fast_Prov_Client_Example_Walkthrough.md | 2 +- .../fast_prov_server/CMakeLists.txt | 2 +- .../fast_prov_server/README.md | 0 .../fast_prov_server/main/CMakeLists.txt | 0 .../fast_prov_server/main/Kconfig.projbuild | 0 .../fast_prov_server/main/board.c | 0 .../fast_prov_server/main/board.h | 0 .../fast_prov_server/main/main.c | 0 .../fast_prov_server/partitions.csv | 0 .../fast_prov_server/sdkconfig.ci.adv_scan | 0 .../fast_prov_server/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../fast_prov_server/sdkconfig.ci.iram | 0 .../fast_prov_server/sdkconfig.ci.model | 0 .../fast_prov_server/sdkconfig.ci.nimble | 0 .../sdkconfig.ci.nimble_deinit | 0 .../fast_prov_server/sdkconfig.ci.psram | 0 .../fast_prov_server/sdkconfig.defaults | 0 .../sdkconfig.defaults.esp32c3 | 0 .../sdkconfig.defaults.esp32c6 | 0 .../sdkconfig.defaults.esp32h2 | 0 .../sdkconfig.defaults.esp32s3 | 0 ...sh_Fast_Prov_Server_Example_Walkthrough.md | 2 +- .../fast_prov_server/tutorial/EspBleMesh.md | 4 +-- .../tutorial/images/app_ble.png | Bin .../tutorial/images/device.png | Bin .../tutorial/images/picture1.png | Bin .../tutorial/images/picture2.png | Bin .../fast_prov_server/tutorial/images/time.png | Bin .../onoff_client/CMakeLists.txt | 0 .../onoff_client/README.md | 0 .../onoff_client/main/CMakeLists.txt | 0 .../onoff_client/main/Kconfig.projbuild | 0 .../onoff_client/main/board.c | 0 .../onoff_client/main/board.h | 0 .../onoff_client/main/main.c | 0 .../onoff_client/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../onoff_client/sdkconfig.ci.model | 0 .../onoff_client/sdkconfig.ci.nimble | 0 .../onoff_client/sdkconfig.ci.nimble_deinit | 0 .../onoff_client/sdkconfig.ci.proxy00 | 0 .../onoff_client/sdkconfig.ci.proxy01 | 0 .../onoff_client/sdkconfig.ci.proxy02 | 0 .../onoff_client/sdkconfig.ci.proxy03 | 0 .../onoff_client/sdkconfig.ci.proxy04 | 0 .../onoff_client/sdkconfig.ci.proxy05 | 0 .../onoff_client/sdkconfig.defaults | 0 .../onoff_client/sdkconfig.defaults.esp32c3 | 0 .../onoff_client/sdkconfig.defaults.esp32c6 | 0 .../onoff_client/sdkconfig.defaults.esp32h2 | 0 .../onoff_client/sdkconfig.defaults.esp32s3 | 0 ...h_Node_OnOff_Client_Example_Walkthrough.md | 6 ++-- .../onoff_client/tutorial/images/app.png | Bin .../onoff_client/tutorial/images/message.png | Bin .../onoff_client/tutorial/images/picture5.png | Bin .../onoff_server/CMakeLists.txt | 0 .../onoff_server/README.md | 0 .../onoff_server/main/CMakeLists.txt | 0 .../onoff_server/main/Kconfig.projbuild | 0 .../onoff_server/main/board.c | 0 .../onoff_server/main/board.h | 0 .../onoff_server/main/main.c | 0 .../onoff_server/sdkconfig.ci.adv | 0 .../onoff_server/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../onoff_server/sdkconfig.ci.bluedroid_log | 0 .../onoff_server/sdkconfig.ci.model | 0 .../onoff_server/sdkconfig.ci.nimble | 0 .../onoff_server/sdkconfig.ci.nimble_deinit | 0 .../onoff_server/sdkconfig.ci.nimble_log | 0 .../onoff_server/sdkconfig.ci.scan | 0 .../onoff_server/sdkconfig.defaults | 0 .../onoff_server/sdkconfig.defaults.esp32c3 | 0 .../onoff_server/sdkconfig.defaults.esp32c6 | 0 .../onoff_server/sdkconfig.defaults.esp32h2 | 0 .../onoff_server/sdkconfig.defaults.esp32s3 | 0 ...h_Node_OnOff_Server_Example_Walkthrough.md | 4 +-- .../CMakeLists.txt | 2 +- .../README.md | 0 .../main/CMakeLists.txt | 0 .../main/main.c | 0 .../sdkconfig.ci.adv | 0 .../sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../sdkconfig.ci.model | 0 .../sdkconfig.ci.nimble | 0 .../sdkconfig.ci.nimble_deinit | 0 .../sdkconfig.ci.nvs00 | 0 .../sdkconfig.ci.nvs01 | 0 .../sdkconfig.ci.pba | 0 .../sdkconfig.ci.pbg | 0 .../sdkconfig.ci.proxy00 | 0 .../sdkconfig.ci.proxy01 | 0 .../sdkconfig.ci.proxy02 | 0 .../sdkconfig.ci.proxy03 | 0 .../sdkconfig.ci.rx_hb | 0 .../sdkconfig.ci.scan | 0 .../sdkconfig.defaults | 0 .../sdkconfig.defaults.esp32c3 | 0 .../sdkconfig.defaults.esp32c6 | 0 .../sdkconfig.defaults.esp32h2 | 0 .../sdkconfig.defaults.esp32s3 | 0 ...LE_Mesh_Provisioner_Example_Walkthrough.md | 2 +- .../sensor_client/CMakeLists.txt | 0 .../sensor_client/README.md | 0 .../sensor_client/main/CMakeLists.txt | 0 .../sensor_client/main/board.c | 0 .../sensor_client/main/board.h | 0 .../sensor_client/main/main.c | 0 .../sensor_client/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../sensor_client/sdkconfig.ci.model | 0 .../sensor_client/sdkconfig.ci.nimble | 0 .../sensor_client/sdkconfig.ci.nimble_deinit | 0 .../sensor_client/sdkconfig.defaults | 0 .../sensor_client/sdkconfig.defaults.esp32c3 | 0 .../sensor_client/sdkconfig.defaults.esp32c6 | 0 .../sensor_client/sdkconfig.defaults.esp32h2 | 0 .../sensor_client/sdkconfig.defaults.esp32s3 | 0 .../sensor_server/CMakeLists.txt | 0 .../sensor_server/README.md | 0 .../sensor_server/main/CMakeLists.txt | 0 .../sensor_server/main/Kconfig.projbuild | 0 .../sensor_server/main/board.c | 0 .../sensor_server/main/board.h | 0 .../sensor_server/main/main.c | 0 .../sensor_server/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../sensor_server/sdkconfig.ci.model | 0 .../sensor_server/sdkconfig.ci.nimble | 0 .../sensor_server/sdkconfig.ci.nimble_deinit | 0 .../sensor_server/sdkconfig.defaults | 0 .../sensor_server/sdkconfig.defaults.esp32c3 | 0 .../sensor_server/sdkconfig.defaults.esp32c6 | 0 .../sensor_server/sdkconfig.defaults.esp32h2 | 0 .../sensor_server/sdkconfig.defaults.esp32s3 | 0 .../vendor_client/CMakeLists.txt | 0 .../vendor_client/README.md | 0 .../vendor_client/main/CMakeLists.txt | 0 .../vendor_client/main/board.c | 0 .../vendor_client/main/board.h | 0 .../vendor_client/main/main.c | 0 .../vendor_client/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../vendor_client/sdkconfig.ci.model | 0 .../vendor_client/sdkconfig.ci.nimble | 0 .../vendor_client/sdkconfig.ci.nimble_deinit | 0 .../vendor_client/sdkconfig.defaults | 0 .../vendor_client/sdkconfig.defaults.esp32c3 | 0 .../vendor_client/sdkconfig.defaults.esp32c6 | 0 .../vendor_client/sdkconfig.defaults.esp32h2 | 0 .../vendor_client/sdkconfig.defaults.esp32s3 | 0 .../vendor_server/CMakeLists.txt | 0 .../vendor_server/README.md | 0 .../vendor_server/main/CMakeLists.txt | 0 .../vendor_server/main/Kconfig.projbuild | 0 .../vendor_server/main/board.c | 0 .../vendor_server/main/board.h | 0 .../vendor_server/main/main.c | 0 .../vendor_server/sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../vendor_server/sdkconfig.ci.model | 0 .../vendor_server/sdkconfig.ci.nimble | 0 .../vendor_server/sdkconfig.ci.nimble_deinit | 0 .../vendor_server/sdkconfig.defaults | 0 .../vendor_server/sdkconfig.defaults.esp32c3 | 0 .../vendor_server/sdkconfig.defaults.esp32c6 | 0 .../vendor_server/sdkconfig.defaults.esp32h2 | 0 .../vendor_server/sdkconfig.defaults.esp32s3 | 0 .../CMakeLists.txt | 4 +-- .../README.md | 2 +- .../README_CN.md | 2 +- .../main/CMakeLists.txt | 0 .../main/Kconfig.projbuild | 0 .../main/board.c | 0 .../main/board.h | 0 .../main/cmd_decl.h | 0 .../main/cmd_wifi.c | 0 .../main/main.c | 0 .../partitions.csv | 0 .../sdkconfig.ci.bluedroid | 0 .../sdkconfig.ci.bluedroid_deinit | 0 .../sdkconfig.ci.model | 0 .../sdkconfig.ci.nimble | 0 .../sdkconfig.ci.nimble_deinit | 0 .../sdkconfig.defaults | 0 .../sdkconfig.defaults.esp32c3 | 0 .../sdkconfig.defaults.esp32c6 | 0 .../sdkconfig.defaults.esp32s3 | 0 ...E_Mesh_WiFi_Coexist_Example_Walkthrough.md | 6 ++-- examples/common_components/iperf/README.md | 2 +- 243 files changed, 66 insertions(+), 66 deletions(-) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/CMakeLists.txt (88%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/ble_unit.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/ble_unit.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/run_tc.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/run_tc.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/sync.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/sync.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/test_env.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/test_env.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/wifi_connect.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/wifi_connect.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/wifi_unit.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/components/case/wifi_unit.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/main/coex_cmd.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/main/coex_cmd.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/partitions.csv (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_coex_test => coex_test}/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_client_model.c (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_client_model.h (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_common.h (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_operation.c (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_operation.h (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_server_model.c (100%) rename examples/bluetooth/esp_ble_mesh/common_components/{fast_provisioning => fast_prov}/ble_mesh_fast_prov_server_model.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/CMakeLists.txt (90%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md (99%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/CMakeLists.txt (90%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/partitions.csv (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.adv_scan (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.iram (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.ci.psram (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md (99%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/EspBleMesh.md (95%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/images/app_ble.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/images/device.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/images/picture1.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/images/picture2.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_fast_provision => fast_provisioning}/fast_prov_server/tutorial/images/time.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy00 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy01 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy02 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy03 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy04 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.ci.proxy05 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md (97%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/tutorial/images/app.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/tutorial/images/message.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_client/tutorial/images/picture5.png (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.adv (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.bluedroid_log (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.nimble_log (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.ci.scan (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_node => onoff_models}/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md (99%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/CMakeLists.txt (91%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.adv (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.nvs00 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.nvs01 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.pba (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.pbg (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.proxy00 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.proxy01 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.proxy02 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.proxy03 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.rx_hb (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.ci.scan (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_provisioner => provisioner}/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md (98%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_client/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_sensor_model => sensor_models}/sensor_server/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_client/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/README.md (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.defaults.esp32h2 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_vendor_model => vendor_models}/vendor_server/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/CMakeLists.txt (85%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/README.md (96%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/README_CN.md (95%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/CMakeLists.txt (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/Kconfig.projbuild (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/board.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/board.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/cmd_decl.h (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/cmd_wifi.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/main/main.c (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/partitions.csv (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.ci.bluedroid (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.ci.bluedroid_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.ci.model (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.ci.nimble (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.ci.nimble_deinit (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.defaults (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.defaults.esp32c3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.defaults.esp32c6 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/sdkconfig.defaults.esp32s3 (100%) rename examples/bluetooth/esp_ble_mesh/{ble_mesh_wifi_coexist => wifi_coexist}/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md (97%) diff --git a/docs/en/api-guides/esp-ble-mesh/ble-mesh-faq.rst b/docs/en/api-guides/esp-ble-mesh/ble-mesh-faq.rst index 55c0262a131a..2f4250da6d2f 100644 --- a/docs/en/api-guides/esp-ble-mesh/ble-mesh-faq.rst +++ b/docs/en/api-guides/esp-ble-mesh/ble-mesh-faq.rst @@ -568,7 +568,7 @@ Generally, a Provisioner is used to provision unprovisioned devices and form a m The **count** value is provided to the Proxy node which is provisioned by the App so as to determine when to start Proxy advertising in advance. -4.5 When Will Configuration Client Model of the Node Running :Example:`fast_prov_server ` Example Start to Work? +4.5 When will Configuration Client Model of the node running :example:`fast_prov_server ` example start to work? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Configuration Client Model will start to work after the Temporary Provisioner functionality is enabled. diff --git a/docs/en/api-guides/esp-ble-mesh/ble-mesh-feature-list.rst b/docs/en/api-guides/esp-ble-mesh/ble-mesh-feature-list.rst index 85a81eec8d16..dcabebffd9ce 100644 --- a/docs/en/api-guides/esp-ble-mesh/ble-mesh-feature-list.rst +++ b/docs/en/api-guides/esp-ble-mesh/ble-mesh-feature-list.rst @@ -113,20 +113,20 @@ Mesh Applications """"""""""""""""" * ESP-BLE-MESH Node - * :example_file:`Tutorial ` - * :example_file:`Tutorial ` - * :example:`Example ` + * :example_file:`Tutorial ` + * :example_file:`Tutorial ` + * :example:`Example ` * ESP-BLE-MESH Provisioner - * :example_file:`Tutorial ` - * :example:`Example ` + * :example_file:`Tutorial ` + * :example:`Example ` * ESP-BLE-MESH Fast Provisioning - * :example_file:`Fast Provisioning Client Model Tutorial ` - * :example_file:`Fast Provisioning Server Model Tutorial ` - * :example:`Example ` + * :example_file:`Fast Provisioning Client Model Tutorial ` + * :example_file:`Fast Provisioning Server Model Tutorial ` + * :example:`Example ` * `Demo Video `__ * ESP-BLE-MESH and Wi-Fi Coexistence - * :example_file:`Tutorial ` - * :example:`Example ` + * :example_file:`Tutorial ` + * :example:`Example ` * `Demo Video `__ diff --git a/docs/en/api-guides/esp-ble-mesh/ble-mesh-index.rst b/docs/en/api-guides/esp-ble-mesh/ble-mesh-index.rst index 22d4f67865b1..8092c582dd07 100644 --- a/docs/en/api-guides/esp-ble-mesh/ble-mesh-index.rst +++ b/docs/en/api-guides/esp-ble-mesh/ble-mesh-index.rst @@ -47,7 +47,7 @@ Hardware: Software: -* Example application :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` code to load to the {IDF_TARGET_NAME} boards. +* Example application :example:`bluetooth/esp_ble_mesh/onoff_models/onoff_server` code to load to the {IDF_TARGET_NAME} boards. * Mobile App: **nRF Mesh** for Android or iOS. Optionally you can use some other Apps: - `EspBleMesh `_ Android App @@ -74,12 +74,12 @@ Both `ESP32-DevKitC`_ and `ESP-WROVER-KIT`_ development boards are supported for Step 2. Configure Software """""""""""""""""""""""""" -Enter the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example directory, run :code:`idf.py menuconfig` to select your board and then run :code:`idf.py build` to compile the example. +Enter the :example:`bluetooth/esp_ble_mesh/onoff_models/onoff_server` example directory, run :code:`idf.py menuconfig` to select your board and then run :code:`idf.py build` to compile the example. Step 3. Upload Application to Nodes """"""""""""""""""""""""""""""""""" -After the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example is compiled successfully, users can run :code:`idf.py flash` to upload the same generated binary files into each of the three development boards. +After the :example:`bluetooth/esp_ble_mesh/onoff_models/onoff_server` example is compiled successfully, users can run :code:`idf.py flash` to upload the same generated binary files into each of the three development boards. Once boards are powered on, the RGB LED on each board should turn **GREEN**. @@ -189,7 +189,7 @@ Step 5. Operate Network After all the Generic OnOff Server Models within the three elements are bound with proper AppKey, users can use the App to turn on/off the RGB LED. -In the :example:`bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server` example, the first Generic OnOff Server Model is used to control the **RED** color, the second one is used to control the **GREEN** color and the third one is used to control the **BLUE** color. +In the :example:`bluetooth/esp_ble_mesh/onoff_models/onoff_server` example, the first Generic OnOff Server Model is used to control the **RED** color, the second one is used to control the **GREEN** color and the third one is used to control the **BLUE** color. .. figure:: ../../../_static/ble-mesh-generic-onoff.png :align: center @@ -213,15 +213,15 @@ The following screenshot shows different board with different color on. ESP-BLE-MESH Examples ===================== -* :example_file:`ESP-BLE-MESH Node OnOff Server ` - shows the use of ESP-BLE-MESH as a node having a Configuration Server model and a Generic OnOff Server model. A ESP-BLE-MESH Provisioner can then provision the unprovisioned device and control a RGB LED representing on/off state, see :example:`example code `. +* :example_file:`ESP-BLE-MESH Node OnOff Server ` - shows the use of ESP-BLE-MESH as a node having a Configuration Server model and a Generic OnOff Server model. A ESP-BLE-MESH Provisioner can then provision the unprovisioned device and control a RGB LED representing on/off state, see :example:`example code `. -* :example_file:`ESP-BLE-MESH Node OnOff Client ` - shows how a Generic OnOff Client model works within a node. The node has a Configuration Server model and a Generic OnOff Client model, see :example:`example code `. +* :example_file:`ESP-BLE-MESH Node OnOff Client ` - shows how a Generic OnOff Client model works within a node. The node has a Configuration Server model and a Generic OnOff Client model, see :example:`example code `. -* :example_file:`ESP-BLE-MESH Provisioner ` - shows how a device can act as an ESP-BLE-MESH Provisioner to provision devices. The Provisioner has a Configuration Server model, a Configuration Client model and a Generic OnOff Client model, see :example:`example code `. +* :example_file:`ESP-BLE-MESH Provisioner ` - shows how a device can act as an ESP-BLE-MESH Provisioner to provision devices. The Provisioner has a Configuration Server model, a Configuration Client model and a Generic OnOff Client model, see :example:`example code `. -* ESP-BLE-MESH Fast Provisioning - :example_file:`Client ` and :example_file:`Server ` - this example is used for showing how fast provisioning can be used in order to create a mesh network. It takes no more than 60 seconds to provision 100 devices, see :example:`example client code ` and :example:`example server code `. +* ESP-BLE-MESH Fast Provisioning - :example_file:`Client ` and :example_file:`Server ` - this example is used for showing how fast provisioning can be used in order to create a mesh network. It takes no more than 60 seconds to provision 100 devices, see :example:`example client code ` and :example:`example server code `. -* :example_file:`ESP-BLE-MESH and Wi-Fi Coexistence ` - an example that demonstrates the Wi-Fi and Bluetooth (BLE/BR/EDR) coexistence feature of {IDF_TARGET_NAME}. Simply put, users can use the Wi-Fi while operating Bluetooth, see :example:`example code `. +* :example_file:`ESP-BLE-MESH and Wi-Fi Coexistence ` - an example that demonstrates the Wi-Fi and Bluetooth (BLE/BR/EDR) coexistence feature of {IDF_TARGET_NAME}. Simply put, users can use the Wi-Fi while operating Bluetooth, see :example:`example code `. .. _esp-ble-mesh-demo-videos: diff --git a/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-faq.rst b/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-faq.rst index 09300be06982..323735c7c7e0 100644 --- a/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-faq.rst +++ b/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-faq.rst @@ -568,7 +568,7 @@ ESP-BLE-MESH 常见问题手册 此 **count** 值提供给 App 配置的代理节点,以决定何时提前开始 Proxy 广播信息。 -4.5 运行以下示例 :example:`fast_prov_server ` 的节点的 Configuration Client Model 何时开始工作? +4.5 运行以下示例 :example:`fast_prov_server ` 的节点的 Configuration Client Model 何时开始工作? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 使能了 Temporary Provisioner 功能后,Configuration Client Model 会开始工作。 diff --git a/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-index.rst b/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-index.rst index 081b8360209b..30e0fd9b1f43 100644 --- a/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-index.rst +++ b/docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-index.rst @@ -47,7 +47,7 @@ ESP-BLE-MESH 快速入门 软件: -* 下载至 ESP32 开发板的示例应用 :example:`bluetooth/esp_ble_mesh/ble_mesh_node`。 +* 下载至 ESP32 开发板的示例应用 :example:`bluetooth/esp_ble_mesh/onoff_models`。 * 手机 App: **nRF Mesh** Android 或 iOS 版本。除 nRF Mesh 的 App,以下 App 也支持 ESP-BLE-MESH: - `EspBleMesh `_ Android App @@ -74,12 +74,12 @@ ESP-BLE-MESH 快速入门 步骤 2. 配置软件 """""""""""""""" -进入 :example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例文件夹,运行 :code:`idf.py menuconfig` 选择所使用的开发板,然后运行 :code:`idf.py build` 编译示例。 +进入 :example:`bluetooth/esp_ble_mesh/onoff_models` 示例文件夹,运行 :code:`idf.py menuconfig` 选择所使用的开发板,然后运行 :code:`idf.py build` 编译示例。 步骤 3. 下载应用 """"""""""""""""" - :example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例编译成功后,用户可以运行 :code:`idf.py flash` 将编译生成的二进制文件下载至 3 块开发板中。 + :example:`bluetooth/esp_ble_mesh/onoff_models` 示例编译成功后,用户可以运行 :code:`idf.py flash` 将编译生成的二进制文件下载至 3 块开发板中。 当开发板上电后,RGB 灯会变为 **绿色**。 @@ -189,7 +189,7 @@ Step 5. 运行网络 当 3 个元素中的 Generic OnOff Server Models 均成功绑定 AppKey 后,用户可以使用 App 开关 RBG 灯。 -在 :example:`bluetooth/esp_ble_mesh/ble_mesh_node` 示例中,第一个 Generic OnOff Server Model 用来控制 **红色**,第二个用来控制 **绿色**,同时第三个用来控制 **蓝色**. +在 :example:`bluetooth/esp_ble_mesh/onoff_models` 示例中,第一个 Generic OnOff Server Model 用来控制 **红色**,第二个用来控制 **绿色**,同时第三个用来控制 **蓝色**. .. figure:: ../../../_static/ble-mesh-generic-onoff.png :align: center @@ -213,15 +213,15 @@ Step 5. 运行网络 ESP-BLE-MESH 示例 =================== -* :example_file:`ESP-BLE-MESH 节点 ` - 展示了将 ESP-BLE-MESH 作为拥有 Configuration Server model 和 Generic OnOff Server model 的节点设备的用法。然后,ESP-BLE-MESH Provisioner 可以配网设备,控制表示开/关状态的 RGB 灯,示例请见 :example:`example code `。 +* :example_file:`ESP-BLE-MESH 节点 ` - 展示了将 ESP-BLE-MESH 作为拥有 Configuration Server model 和 Generic OnOff Server model 的节点设备的用法。然后,ESP-BLE-MESH Provisioner 可以配网设备,控制表示开/关状态的 RGB 灯,示例请见 :example:`example code `。 -* :example_file:`ESP-BLE-MESH 客户端模型 ` - 展示了 Generic OnOff Client model 如何在节点内工作。节点拥有 Configuration Server model、Generic OnOff Server model 和 Generic OnOff Client model,示例请见::example:`example code `。 +* :example_file:`ESP-BLE-MESH 客户端模型 ` - 展示了 Generic OnOff Client model 如何在节点内工作。节点拥有 Configuration Server model、Generic OnOff Server model 和 Generic OnOff Client model,示例请见::example:`example code `。 -* :example_file:`ESP-BLE-MESH Provisioner ` - 展示了设备如何充当 ESP-BLE-MESH Provisioner 以配网设备。Provisioner 拥有 Configuration Server model、Configuration Client model 和 Generic OnOff Client model,示例请见 :example:`example code `。 +* :example_file:`ESP-BLE-MESH Provisioner ` - 展示了设备如何充当 ESP-BLE-MESH Provisioner 以配网设备。Provisioner 拥有 Configuration Server model、Configuration Client model 和 Generic OnOff Client model,示例请见 :example:`example code `。 -* ESP-BLE-MESH 快速配网 - :example_file:`Client ` 和 :example_file:`Server ` - 该示例用于演示快速配网。配网 100 个设备费时不超过 60 秒,示例请见::example:`example client code ` 和 :example:`example server code `。 +* ESP-BLE-MESH 快速配网 - :example_file:`Client ` 和 :example_file:`Server ` - 该示例用于演示快速配网。配网 100 个设备费时不超过 60 秒,示例请见::example:`example client code ` 和 :example:`example server code `。 -* :example_file:`Wi-Fi 和 ESP-BLE-MESH 共存 ` - 该示例用于演示 Wi-Fi 和 ESP-BLE-MESH 共存的功能。简而言之,用户可在运行 ESP-BLE-MESH 时使用 Wi-Fi,示例请见 :example:`example code `。 +* :example_file:`Wi-Fi 和 ESP-BLE-MESH 共存 ` - 该示例用于演示 Wi-Fi 和 ESP-BLE-MESH 共存的功能。简而言之,用户可在运行 ESP-BLE-MESH 时使用 Wi-Fi,示例请见 :example:`example code `。 .. _esp-ble-mesh-demo-videos: diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index a8677df46c5f..b9fca8745b38 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -82,7 +82,7 @@ examples/bluetooth/esp_ble_mesh/aligenie_demo: temporary: true reason: The runner doesn't support yet -examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test: +examples/bluetooth/esp_ble_mesh/coex_test: enable: - if: IDF_TARGET in ["esp32"] temporary: true diff --git a/examples/bluetooth/esp_ble_mesh/README.md b/examples/bluetooth/esp_ble_mesh/README.md index 64577c2523ea..9ba7f45c863d 100644 --- a/examples/bluetooth/esp_ble_mesh/README.md +++ b/examples/bluetooth/esp_ble_mesh/README.md @@ -10,7 +10,7 @@ Note: To use examples in this directory, you need to have Bluetooth enabled in c This directory includes examples to demonstrate ESP-BLE-MESH functionality based on [Zephyr Bluetooth Mesh stack](https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/bluetooth/mesh). -## ble_mesh_fast_provision +## fast_provisioning This example illustrates the solution of ESP-BLE-MESH Fast Provisioning. @@ -18,7 +18,7 @@ This example illustrates the solution of ESP-BLE-MESH Fast Provisioning. This example shows how ESP32, acting as a BLE Mesh Fast Provisioning Client, provisions other unprovisioned devices and then controls the nodes. -See [fast_prov_client](ble_mesh_fast_provision/fast_prov_client) folder for more details. +See [fast_prov_client](fast_provisioning/fast_prov_client) folder for more details. #### fast_prov_server @@ -26,9 +26,9 @@ This example illustrates the process that: 1. ESP32 as a BLE Mesh Fast Provisioning Server is provisioned into a node; 2. ESP32 as a Temporary Provisioner provisions other unprovisioned devices. -See [fast_prov_server](ble_mesh_fast_provision/fast_prov_server) folder for more details. +See [fast_prov_server](fast_provisioning/fast_prov_server) folder for more details. -## ble_mesh_node +## onoff_models This example demonstrates how ESP32 acts as a BLE Mesh node with Generic OnOff Server model or Generic OnOff Client model on board. @@ -36,21 +36,21 @@ This example demonstrates how ESP32 acts as a BLE Mesh node with Generic OnOff S This example shows how ESP32 acts as a BLE Mesh Node with Generic OnOff Client model in the Primary Element. -See [onoff_client](ble_mesh_node/onoff_client) folder for more details. +See [onoff_client](onoff_models/onoff_client) folder for more details. #### onoff_server This example shows how ESP32 acts as a BLE Mesh Node with only Generic OnOff Server model in the Primary Element. -See [onoff_server](ble_mesh_node/onoff_server) folder for more details. +See [onoff_server](onoff_models/onoff_server) folder for more details. -## ble_mesh_provisioner +## provisioner This example shows how ESP32 acts as a BLE Mesh Provisioner and provisions other unprovisioned devices. -See [ble_mesh_provisioner](ble_mesh_provisioner) folder for more details. +See [provisioner](provisioner) folder for more details. -## ble_mesh_vendor_model +## vendor_models This example demonstrates how ESP32 acts as a BLE Mesh Provisioner with vendor client model or as a BLE Mesh node with vendor server model. @@ -58,19 +58,19 @@ This example demonstrates how ESP32 acts as a BLE Mesh Provisioner with vendor c This example shows how ESP32 acts as a BLE Mesh Provisioner with a vendor client model in the Primary Element. -See [vendor_client](ble_mesh_vendor_model/vendor_client) folder for more details. +See [vendor_client](vendor_models/vendor_client) folder for more details. #### vendor_server This example shows how ESP32 acts as a BLE Mesh Node with a vendor server model in the Primary Element. -See [vendor_server](ble_mesh_vendor_model/vendor_server) folder for more details. +See [vendor_server](vendor_models/vendor_server) folder for more details. -## ble_mesh_wifi_coexist +## wifi_coexist This example shows how ESP32 acts as a BLE Mesh Fast Provisioning Server and coexists with Wi-Fi iperf functionality. -See [ble_mesh_wifi_coexist](ble_mesh_wifi_coexist) folder for more details. +See [wifi_coexist](wifi_coexist) folder for more details. # More diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/coex_test/CMakeLists.txt similarity index 88% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/coex_test/CMakeLists.txt index 76f6eeb9f5fc..5ba2c074ec40 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/CMakeLists.txt +++ b/examples/bluetooth/esp_ble_mesh/coex_test/CMakeLists.txt @@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.16) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(ble_mesh_coex_test) +project(coex_test) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/README.md b/examples/bluetooth/esp_ble_mesh/coex_test/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/README.md rename to examples/bluetooth/esp_ble_mesh/coex_test/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ble_unit.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/ble_unit.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ble_unit.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/ble_unit.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ble_unit.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/ble_unit.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ble_unit.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/ble_unit.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/run_tc.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/run_tc.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/run_tc.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/run_tc.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/run_tc.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/run_tc.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/run_tc.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/run_tc.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/sync.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/sync.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/sync.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/sync.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/sync.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/sync.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/sync.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/sync.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/test_env.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/test_env.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/test_env.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/test_env.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/test_env.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/test_env.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/test_env.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/test_env.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_connect.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_connect.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_connect.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_connect.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_connect.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_connect.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_connect.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_connect.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_unit.c b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_unit.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_unit.c rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_unit.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_unit.h b/examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_unit.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/wifi_unit.h rename to examples/bluetooth/esp_ble_mesh/coex_test/components/case/wifi_unit.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/coex_test/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/coex_test/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/coex_test/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/coex_test/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/coex_cmd.c b/examples/bluetooth/esp_ble_mesh/coex_test/main/coex_cmd.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/coex_cmd.c rename to examples/bluetooth/esp_ble_mesh/coex_test/main/coex_cmd.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/coex_cmd.h b/examples/bluetooth/esp_ble_mesh/coex_test/main/coex_cmd.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/coex_cmd.h rename to examples/bluetooth/esp_ble_mesh/coex_test/main/coex_cmd.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/main.c b/examples/bluetooth/esp_ble_mesh/coex_test/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/main.c rename to examples/bluetooth/esp_ble_mesh/coex_test/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/partitions.csv b/examples/bluetooth/esp_ble_mesh/coex_test/partitions.csv similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/partitions.csv rename to examples/bluetooth/esp_ble_mesh/coex_test/partitions.csv diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/coex_test/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/coex_test/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_client_model.c b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_client_model.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_client_model.c rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_client_model.c diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_client_model.h b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_client_model.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_client_model.h rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_client_model.h diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_common.h b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_common.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_common.h rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_common.h diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_operation.c b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_operation.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_operation.c rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_operation.c diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_operation.h b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_operation.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_operation.h rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_operation.h diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_server_model.c b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_server_model.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_server_model.c rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_server_model.c diff --git a/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_server_model.h b/examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_server_model.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ble_mesh_fast_prov_server_model.h rename to examples/bluetooth/esp_ble_mesh/common_components/fast_prov/ble_mesh_fast_prov_server_model.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/CMakeLists.txt similarity index 90% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/CMakeLists.txt index 68cbf55b837e..ed5bc4e16971 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/CMakeLists.txt +++ b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init - $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning) + $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_prov) include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(fast_prov_client) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/README.md b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/README.md rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/main.c b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/main.c rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md similarity index 99% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md index 598a1f5120d4..d1debcf72d35 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md @@ -24,7 +24,7 @@ This demo has only one element, in which the following four models are implement ## 2. Code Analysis -Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md). +Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md). ### 2.1 Data Structure diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/CMakeLists.txt similarity index 90% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/CMakeLists.txt index ac86151e020d..8a4ec34714ff 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/CMakeLists.txt +++ b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init - $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning) + $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_prov) include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(fast_prov_server) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/README.md b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/README.md rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/board.c b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/board.c rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/board.h b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/board.h rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/main.c b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/main.c rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/partitions.csv b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/partitions.csv similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/partitions.csv rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/partitions.csv diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.adv_scan b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.adv_scan similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.adv_scan rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.adv_scan diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.iram b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.iram similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.iram rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.iram diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.psram b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.psram similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.psram rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.ci.psram diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md similarity index 99% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md index adeebab4270e..6474e8da89c6 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md @@ -18,7 +18,7 @@ This demo has only one element, where the following five Models are implemented: ## 2. Code Analysis -Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md). +Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md). ### 2.1 Data Structure diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/EspBleMesh.md b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/EspBleMesh.md similarity index 95% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/EspBleMesh.md rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/EspBleMesh.md index 035a2e3c6343..0d252c886d85 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/EspBleMesh.md +++ b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/EspBleMesh.md @@ -12,7 +12,7 @@ A video of this example can be seen from [here](https://dl.espressif.com/BLE/pub > Note: > -> 1. Please flash the [`fast_prov_server`](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server) to the development boards first; +> 1. Please flash the [`fast_prov_server`](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server) to the development boards first; > 2. To have a better understanding of the performance of the BLE Mesh network, we recommend that at least 3 devices should be added in your network. > 3. We recommend that you solder LED indicators if your development board does not come with lights. > 4. Please check the type of board and LED pin definition enabled in `Example BLE Mesh Config` by running `idf.py menuconfig` @@ -23,7 +23,7 @@ A video of this example can be seen from [here](https://dl.espressif.com/BLE/pub # Flash and Monitor 1. Enter the directory: -examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server +examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server 2. Make sure that the `IDF_PATH` environment variable was set in accordance with your current IDF path 3. Check the version of your toolchain. Version 4.1 or newer should be used. diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/app_ble.png b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/app_ble.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/app_ble.png rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/app_ble.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/device.png b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/device.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/device.png rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/device.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/picture1.png b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/picture1.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/picture1.png rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/picture1.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/picture2.png b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/picture2.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/picture2.png rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/picture2.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/time.png b/examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/time.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/images/time.png rename to examples/bluetooth/esp_ble_mesh/fast_provisioning/fast_prov_server/tutorial/images/time.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/README.md b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/README.md rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/board.c b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/board.c rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/board.h b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/board.h rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/main.c b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/main.c rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy00 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy00 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy00 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy00 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy01 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy01 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy01 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy01 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy02 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy02 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy02 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy02 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy03 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy03 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy03 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy03 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy04 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy04 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy04 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy04 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy05 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy05 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.proxy05 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.ci.proxy05 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md similarity index 97% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md index 285a8f776651..74eb4d5c0605 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md @@ -9,12 +9,12 @@ * `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET_UNACK`. 4. The destination node reports its Onoff state with the `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_STATUS` message. -Example: The nRF Mesh app sends a `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET` message to the node that runs the `ble_mesh_client_model` project. Then this node sends a `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET` message to the destination node that runs the `ble_mesh_node` project. The address of the destination node is entered by the user via the serial port. +Example: The nRF Mesh app sends a `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET` message to the node that runs the `ble_mesh_client_model` project. Then this node sends a `ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET` message to the destination node that runs the `onoff_models` project. The address of the destination node is entered by the user via the serial port. ## 1.1.1 What You Need * 1 x Device that runs the `ble_mesh_client_model` project. -* 1 x Device that runs the `ble_mesh_node` project. +* 1 x Device that runs the `onoff_models` project. * 1 x Phone that installs the nRF Mesh app for controlling these two devices ## 1.2 Node Composition @@ -38,7 +38,7 @@ You can choose from the 4 message sequences described below: ## 2. Code Analysis -Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md) +Code initialization part reference [Initializing Bluetooth and BLE Mesh](../../../wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md) ### 2.1 Model Definition diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/app.png b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/app.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/app.png rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/app.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/message.png b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/message.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/message.png rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/message.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/picture5.png b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/picture5.png similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/images/picture5.png rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/images/picture5.png diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/README.md b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/README.md rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/board.c b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/board.c rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/board.h b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/board.h rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/main.c b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/main.c rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.adv b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.adv similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.adv rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.adv diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid_log b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid_log similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid_log rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.bluedroid_log diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble_log b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble_log similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble_log rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.nimble_log diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.scan b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.scan similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.scan rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.ci.scan diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md similarity index 99% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md index d0d65bf31e28..6ea9933bda7f 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md @@ -19,10 +19,10 @@ This demo has only one element, in which the following two models are implemente ### 2.1 Folder Structure -The folder `ble_mesh_node` contains the following files and subfolders: +The folder `onoff_models` contains the following files and subfolders: ``` -$ tree examples/bluetooth/esp_ble_mesh/ble_mesh/ble_mesh_node +$ tree examples/bluetooth/esp_ble_mesh/onoff_models ├── Makefile /* Compiling parameters for the demo */ ├── README.md /* Quick start guide */ ├── build diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/provisioner/CMakeLists.txt similarity index 91% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/provisioner/CMakeLists.txt index d25693cc67bf..a9f36c1a916f 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/CMakeLists.txt +++ b/examples/bluetooth/esp_ble_mesh/provisioner/CMakeLists.txt @@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.16) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(ble_mesh_provisioner) +project(provisioner) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/README.md b/examples/bluetooth/esp_ble_mesh/provisioner/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/README.md rename to examples/bluetooth/esp_ble_mesh/provisioner/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/provisioner/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/provisioner/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/main.c b/examples/bluetooth/esp_ble_mesh/provisioner/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/main.c rename to examples/bluetooth/esp_ble_mesh/provisioner/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.adv b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.adv similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.adv rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.adv diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nvs00 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nvs00 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nvs00 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nvs00 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nvs01 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nvs01 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.nvs01 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.nvs01 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.pba b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.pba similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.pba rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.pba diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.pbg b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.pbg similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.pbg rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.pbg diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy00 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy00 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy00 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy00 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy01 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy01 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy01 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy01 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy02 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy02 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy02 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy02 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy03 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy03 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.proxy03 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.proxy03 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.rx_hb b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.rx_hb similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.rx_hb rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.rx_hb diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.scan b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.scan similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.scan rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.ci.scan diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/provisioner/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md similarity index 98% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md index 13b31ab6d0eb..ad7a9acc03c5 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md @@ -3,7 +3,7 @@ ## 1. Introduction -This example shows how a BLE Mesh device can function as a Provisioner. If you are new to BLE Mesh, please start by checking [BLE Mesh Node Example](../../ble_mesh_node/onoff_server/README.md). +This example shows how a BLE Mesh device can function as a Provisioner. If you are new to BLE Mesh, please start by checking [BLE Mesh Node Example](../../onoff_models/onoff_server/README.md). ## 2. Code Flow diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/README.md b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/README.md rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/board.c b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/board.c rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/board.h b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/board.h rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/main.c b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/main.c rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_client/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/README.md b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/README.md rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/board.c b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/board.c rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/board.h b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/board.h rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/main.c b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/main.c rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/sensor_models/sensor_server/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/README.md b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/README.md rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/board.c b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/board.c rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/board.h b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/board.h rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/main.c b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/main.c rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_client/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/README.md b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/README.md similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/README.md rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/README.md diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/board.c b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/board.c rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/board.h b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/board.h rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/main.c b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/main.c rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32h2 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32h2 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32h2 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32h2 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/vendor_models/vendor_server/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/wifi_coexist/CMakeLists.txt similarity index 85% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/CMakeLists.txt index 92528cf74421..bf5448c6527d 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/CMakeLists.txt +++ b/examples/bluetooth/esp_ble_mesh/wifi_coexist/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.16) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/example_init - $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning + $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_prov $ENV{IDF_PATH}/examples/common_components/iperf) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(ble_mesh_wifi_coexist) +project(wifi_coexist) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README.md b/examples/bluetooth/esp_ble_mesh/wifi_coexist/README.md similarity index 96% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README.md rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/README.md index 7221e8755950..2d672fa0be4a 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README.md +++ b/examples/bluetooth/esp_ble_mesh/wifi_coexist/README.md @@ -4,7 +4,7 @@ ESP-BLE-MESH and Wi-Fi Coexistence Example ============================================= -This example is used to measure the maximum throughput value that Wi-Fi can achieve when ESP-BLE-MESH is provisioning, sending and receiving messages. Users can implement their own application scenarios based on the throughput value in this example. If users are not familiar with how to use ESP-BLE-MESH, please refer to [ESP-BLE-MESH Node Example](../ble_mesh_node/onoff_server/README.md). +This example is used to measure the maximum throughput value that Wi-Fi can achieve when ESP-BLE-MESH is provisioning, sending and receiving messages. Users can implement their own application scenarios based on the throughput value in this example. If users are not familiar with how to use ESP-BLE-MESH, please refer to [ESP-BLE-MESH Node Example](../onoff_models/onoff_server/README.md). This example is divided into two main parts: diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README_CN.md b/examples/bluetooth/esp_ble_mesh/wifi_coexist/README_CN.md similarity index 95% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README_CN.md rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/README_CN.md index fc2925a3d182..1c787c496918 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/README_CN.md +++ b/examples/bluetooth/esp_ble_mesh/wifi_coexist/README_CN.md @@ -4,7 +4,7 @@ ESP-BLE-MESH 和 Wi-Fi Coexistence 示例 ========================================== -此示例是用来测试当 ESP-BLE-MESH 进行配网和收发消息的时,Wi-Fi 所能达到的最大 throughput 值。用户可以根据此示例中的 throughput 值来实现自己需要的应用场景。如果用户对 ESP-BLE-MESH 的使用方法还不熟悉,请参考 [ESP-BLE-MESH Node Example](../ble_mesh_node/onoff_server/README.md)。 +此示例是用来测试当 ESP-BLE-MESH 进行配网和收发消息的时,Wi-Fi 所能达到的最大 throughput 值。用户可以根据此示例中的 throughput 值来实现自己需要的应用场景。如果用户对 ESP-BLE-MESH 的使用方法还不熟悉,请参考 [ESP-BLE-MESH Node Example](../onoff_models/onoff_server/README.md)。 此示例主要分为两个部分: diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/CMakeLists.txt b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/CMakeLists.txt rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/CMakeLists.txt diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/Kconfig.projbuild b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/Kconfig.projbuild rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/Kconfig.projbuild diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.c b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/board.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.c rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/board.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/board.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/board.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/cmd_decl.h b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/cmd_decl.h similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/cmd_decl.h rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/cmd_decl.h diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/cmd_wifi.c b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/cmd_wifi.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/cmd_wifi.c rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/cmd_wifi.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/main.c b/examples/bluetooth/esp_ble_mesh/wifi_coexist/main/main.c similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/main.c rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/main/main.c diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/partitions.csv b/examples/bluetooth/esp_ble_mesh/wifi_coexist/partitions.csv similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/partitions.csv rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/partitions.csv diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.bluedroid b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.bluedroid similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.bluedroid rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.bluedroid diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.bluedroid_deinit b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.bluedroid_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.bluedroid_deinit rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.bluedroid_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.model similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.model diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.nimble b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.nimble similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.nimble rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.nimble diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.nimble_deinit b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.nimble_deinit similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.nimble_deinit rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.ci.nimble_deinit diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32c3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32c3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c6 b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32c6 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c6 rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32c6 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32s3 similarity index 100% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/sdkconfig.defaults.esp32s3 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md b/examples/bluetooth/esp_ble_mesh/wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md similarity index 97% rename from examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md rename to examples/bluetooth/esp_ble_mesh/wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md index ea61c884934d..c005a59df32f 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md +++ b/examples/bluetooth/esp_ble_mesh/wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md @@ -10,7 +10,7 @@ This demo demonstrates the Wi-Fi and Bluetooth (BLE/BR/EDR) coexistence feature # What You Need -Download and flash the `ble_mesh_wifi_coexist` project to your ESP32 development board and then use the following commands to get started with this demo. +Download and flash the `wifi_coexist` project to your ESP32 development board and then use the following commands to get started with this demo. 1. Connect your development board to the Wi-Fi network by entering the `sta ssid password` command in your serial port tool. - For example, you should enter `sta test_wifi 12345678` if you want to connect your board to a network with a SSID of `test_wifi` and a password of `12345678`. @@ -31,10 +31,10 @@ Meanwhile, you can use the Bluetooth function during the whole process, for exam # Project Directory -The `ble_mesh_wifi_coexist` demo contains the following files and subfolders: +The `wifi_coexist` demo contains the following files and subfolders: ``` -$ tree examples/bluetooth/esp_ble_mesh/ble_mesh/ble_mesh_wifi_coexist +$ tree examples/bluetooth/esp_ble_mesh/wifi_coexist ├── main /* Stores the `.c` and `.h` application code files for this demo */ ├── components /* Stores the `.c` and `.h` iperf code files for this demo */ ├── Makefile /* Compiling parameters for the demo */ diff --git a/examples/common_components/iperf/README.md b/examples/common_components/iperf/README.md index b6c21de3d983..360836988393 100644 --- a/examples/common_components/iperf/README.md +++ b/examples/common_components/iperf/README.md @@ -6,7 +6,7 @@ Note that it's incompatible with `iperf3` This component is used as part of the following ESP-IDF examples: - [esp_wifi](../../wifi/iperf). -- [ble_mesh_wifi_coexist](../../bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist). +- [wifi_coexist](../../bluetooth/esp_ble_mesh/wifi_coexist). - [ethernet](../../ethernet/iperf) To learn more about how to use this component, please check API Documentation from header file [iperf.h](./include/iperf.h).