From 146f120f794532b4fdd3709fc4e870c46c06c0a4 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Fri, 2 Aug 2019 18:01:58 +0800 Subject: [PATCH] examples/bluetooth: Move the demos to the appropriate locations --- .../bluetooth/{ => bluedroid/ble}/ble_ancs/CMakeLists.txt | 0 examples/bluetooth/{ => bluedroid/ble}/ble_ancs/Makefile | 0 examples/bluetooth/{ => bluedroid/ble}/ble_ancs/README.md | 0 .../{ => bluedroid/ble}/ble_ancs/main/CMakeLists.txt | 0 .../bluetooth/{ => bluedroid/ble}/ble_ancs/main/ble_ancs.c | 0 .../bluetooth/{ => bluedroid/ble}/ble_ancs/main/ble_ancs.h | 0 .../{ => bluedroid/ble}/ble_ancs/main/ble_ancs_demo.c | 0 .../bluetooth/{ => bluedroid/ble}/ble_ancs/main/component.mk | 0 .../bluetooth/{ => bluedroid/ble}/ble_ancs/sdkconfig.defaults | 0 .../{ => bluedroid/ble}/ble_compatibility_test/README.md | 4 ++-- 10 files changed, 2 insertions(+), 2 deletions(-) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/CMakeLists.txt (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/Makefile (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/README.md (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/main/CMakeLists.txt (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/main/ble_ancs.c (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/main/ble_ancs.h (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/main/ble_ancs_demo.c (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/main/component.mk (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_ancs/sdkconfig.defaults (100%) rename examples/bluetooth/{ => bluedroid/ble}/ble_compatibility_test/README.md (68%) diff --git a/examples/bluetooth/ble_ancs/CMakeLists.txt b/examples/bluetooth/bluedroid/ble/ble_ancs/CMakeLists.txt similarity index 100% rename from examples/bluetooth/ble_ancs/CMakeLists.txt rename to examples/bluetooth/bluedroid/ble/ble_ancs/CMakeLists.txt diff --git a/examples/bluetooth/ble_ancs/Makefile b/examples/bluetooth/bluedroid/ble/ble_ancs/Makefile similarity index 100% rename from examples/bluetooth/ble_ancs/Makefile rename to examples/bluetooth/bluedroid/ble/ble_ancs/Makefile diff --git a/examples/bluetooth/ble_ancs/README.md b/examples/bluetooth/bluedroid/ble/ble_ancs/README.md similarity index 100% rename from examples/bluetooth/ble_ancs/README.md rename to examples/bluetooth/bluedroid/ble/ble_ancs/README.md diff --git a/examples/bluetooth/ble_ancs/main/CMakeLists.txt b/examples/bluetooth/bluedroid/ble/ble_ancs/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/ble_ancs/main/CMakeLists.txt rename to examples/bluetooth/bluedroid/ble/ble_ancs/main/CMakeLists.txt diff --git a/examples/bluetooth/ble_ancs/main/ble_ancs.c b/examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs.c similarity index 100% rename from examples/bluetooth/ble_ancs/main/ble_ancs.c rename to examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs.c diff --git a/examples/bluetooth/ble_ancs/main/ble_ancs.h b/examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs.h similarity index 100% rename from examples/bluetooth/ble_ancs/main/ble_ancs.h rename to examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs.h diff --git a/examples/bluetooth/ble_ancs/main/ble_ancs_demo.c b/examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs_demo.c similarity index 100% rename from examples/bluetooth/ble_ancs/main/ble_ancs_demo.c rename to examples/bluetooth/bluedroid/ble/ble_ancs/main/ble_ancs_demo.c diff --git a/examples/bluetooth/ble_ancs/main/component.mk b/examples/bluetooth/bluedroid/ble/ble_ancs/main/component.mk similarity index 100% rename from examples/bluetooth/ble_ancs/main/component.mk rename to examples/bluetooth/bluedroid/ble/ble_ancs/main/component.mk diff --git a/examples/bluetooth/ble_ancs/sdkconfig.defaults b/examples/bluetooth/bluedroid/ble/ble_ancs/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/ble_ancs/sdkconfig.defaults rename to examples/bluetooth/bluedroid/ble/ble_ancs/sdkconfig.defaults diff --git a/examples/bluetooth/ble_compatibility_test/README.md b/examples/bluetooth/bluedroid/ble/ble_compatibility_test/README.md similarity index 68% rename from examples/bluetooth/ble_compatibility_test/README.md rename to examples/bluetooth/bluedroid/ble/ble_compatibility_test/README.md index 928a4b6a7..3102fc5e5 100644 --- a/examples/bluetooth/ble_compatibility_test/README.md +++ b/examples/bluetooth/bluedroid/ble/ble_compatibility_test/README.md @@ -7,10 +7,10 @@ This demo is to test the compatibility of Bluetooth and mobile phones. * IDF version: 7c29a39d6f9f2dfbefc49d34d34e9267afc7200d -* [Test case](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/ble_compatibility_test/ble_compatibility_test_case.md) +* [Test case](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ble_compatibility_test_case.md) * Test APK: LightBlue V1.1.3 -* [Test report](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/ble_compatibility_test/esp_ble_compatibility_test_report.md) +* [Test report](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble/ble_compatibility_test/esp_ble_compatibility_test_report.md)