From 85b66801b15593febf17f3b7b43ba81affdd20dc Mon Sep 17 00:00:00 2001 From: Chinmay Chhajed Date: Wed, 13 Nov 2019 12:58:11 +0530 Subject: [PATCH] Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci. --- .../{bluedroid => }/hci/controller_hci_uart/CMakeLists.txt | 0 .../bluetooth/{bluedroid => }/hci/controller_hci_uart/Makefile | 0 .../bluetooth/{bluedroid => }/hci/controller_hci_uart/README.md | 0 .../{bluedroid => }/hci/controller_hci_uart/main/CMakeLists.txt | 0 .../{bluedroid => }/hci/controller_hci_uart/main/component.mk | 0 .../hci/controller_hci_uart/main/controller_hci_uart_demo.c | 0 .../{bluedroid => }/hci/controller_hci_uart/sdkconfig.defaults | 0 .../{bluedroid => }/hci/controller_vhci_ble_adv/CMakeLists.txt | 0 .../{bluedroid => }/hci/controller_vhci_ble_adv/Makefile | 0 .../{bluedroid => }/hci/controller_vhci_ble_adv/README.md | 0 .../hci/controller_vhci_ble_adv/main/CMakeLists.txt | 0 .../{bluedroid => }/hci/controller_vhci_ble_adv/main/app_bt.c | 0 .../{bluedroid => }/hci/controller_vhci_ble_adv/main/component.mk | 0 .../hci/controller_vhci_ble_adv/sdkconfig.defaults | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/CMakeLists.txt (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/Makefile (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/README.md (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/main/CMakeLists.txt (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/main/component.mk (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/main/controller_hci_uart_demo.c (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_hci_uart/sdkconfig.defaults (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/CMakeLists.txt (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/Makefile (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/README.md (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/main/CMakeLists.txt (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/main/app_bt.c (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/main/component.mk (100%) rename examples/bluetooth/{bluedroid => }/hci/controller_vhci_ble_adv/sdkconfig.defaults (100%) diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart/CMakeLists.txt similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/CMakeLists.txt rename to examples/bluetooth/hci/controller_hci_uart/CMakeLists.txt diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/Makefile b/examples/bluetooth/hci/controller_hci_uart/Makefile similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/Makefile rename to examples/bluetooth/hci/controller_hci_uart/Makefile diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/README.md b/examples/bluetooth/hci/controller_hci_uart/README.md similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/README.md rename to examples/bluetooth/hci/controller_hci_uart/README.md diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/main/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/main/CMakeLists.txt rename to examples/bluetooth/hci/controller_hci_uart/main/CMakeLists.txt diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/main/component.mk b/examples/bluetooth/hci/controller_hci_uart/main/component.mk similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/main/component.mk rename to examples/bluetooth/hci/controller_hci_uart/main/component.mk diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/main/controller_hci_uart_demo.c b/examples/bluetooth/hci/controller_hci_uart/main/controller_hci_uart_demo.c similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/main/controller_hci_uart_demo.c rename to examples/bluetooth/hci/controller_hci_uart/main/controller_hci_uart_demo.c diff --git a/examples/bluetooth/bluedroid/hci/controller_hci_uart/sdkconfig.defaults b/examples/bluetooth/hci/controller_hci_uart/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_hci_uart/sdkconfig.defaults rename to examples/bluetooth/hci/controller_hci_uart/sdkconfig.defaults diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/CMakeLists.txt b/examples/bluetooth/hci/controller_vhci_ble_adv/CMakeLists.txt similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/CMakeLists.txt rename to examples/bluetooth/hci/controller_vhci_ble_adv/CMakeLists.txt diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/Makefile b/examples/bluetooth/hci/controller_vhci_ble_adv/Makefile similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/Makefile rename to examples/bluetooth/hci/controller_vhci_ble_adv/Makefile diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/README.md b/examples/bluetooth/hci/controller_vhci_ble_adv/README.md similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/README.md rename to examples/bluetooth/hci/controller_vhci_ble_adv/README.md diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/CMakeLists.txt b/examples/bluetooth/hci/controller_vhci_ble_adv/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/CMakeLists.txt rename to examples/bluetooth/hci/controller_vhci_ble_adv/main/CMakeLists.txt diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/app_bt.c b/examples/bluetooth/hci/controller_vhci_ble_adv/main/app_bt.c similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/app_bt.c rename to examples/bluetooth/hci/controller_vhci_ble_adv/main/app_bt.c diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/component.mk b/examples/bluetooth/hci/controller_vhci_ble_adv/main/component.mk similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/main/component.mk rename to examples/bluetooth/hci/controller_vhci_ble_adv/main/component.mk diff --git a/examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/sdkconfig.defaults b/examples/bluetooth/hci/controller_vhci_ble_adv/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/bluedroid/hci/controller_vhci_ble_adv/sdkconfig.defaults rename to examples/bluetooth/hci/controller_vhci_ble_adv/sdkconfig.defaults