diff --git a/.cproject b/.cproject index 1acdb895..317be43f 100644 --- a/.cproject +++ b/.cproject @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/components/bluetooth/CMakeLists.txt b/components/driver_bt/CMakeLists.txt similarity index 100% rename from components/bluetooth/CMakeLists.txt rename to components/driver_bt/CMakeLists.txt diff --git a/components/bluetooth/bt_app_core.c b/components/driver_bt/bt_app_core.c similarity index 100% rename from components/bluetooth/bt_app_core.c rename to components/driver_bt/bt_app_core.c diff --git a/components/bluetooth/bt_app_core.h b/components/driver_bt/bt_app_core.h similarity index 100% rename from components/bluetooth/bt_app_core.h rename to components/driver_bt/bt_app_core.h diff --git a/components/bluetooth/bt_app_sink.c b/components/driver_bt/bt_app_sink.c similarity index 100% rename from components/bluetooth/bt_app_sink.c rename to components/driver_bt/bt_app_sink.c diff --git a/components/bluetooth/bt_app_sink.h b/components/driver_bt/bt_app_sink.h similarity index 100% rename from components/bluetooth/bt_app_sink.h rename to components/driver_bt/bt_app_sink.h diff --git a/components/bluetooth/bt_app_source.c b/components/driver_bt/bt_app_source.c similarity index 100% rename from components/bluetooth/bt_app_source.c rename to components/driver_bt/bt_app_source.c diff --git a/components/bluetooth/component.mk b/components/driver_bt/component.mk similarity index 100% rename from components/bluetooth/component.mk rename to components/driver_bt/component.mk