From d6b83fcf4a1a3039c06e0b1d1a1f7e2af2351efb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 15 Aug 2023 13:53:30 +1000 Subject: Flesh out basic bluetooth support No ui yet, and performance isn't great. It kinda works though!! --- src/app_console/include/app_console.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app_console/include/app_console.hpp') diff --git a/src/app_console/include/app_console.hpp b/src/app_console/include/app_console.hpp index 3cb62b21..667e452f 100644 --- a/src/app_console/include/app_console.hpp +++ b/src/app_console/include/app_console.hpp @@ -8,6 +8,7 @@ #include +#include "bluetooth.hpp" #include "console.hpp" #include "database.hpp" #include "track_queue.hpp" @@ -18,6 +19,7 @@ class AppConsole : public Console { public: static std::weak_ptr sDatabase; static audio::TrackQueue* sTrackQueue; + static drivers::Bluetooth* sBluetooth; protected: virtual auto RegisterExtraComponents() -> void; -- cgit v1.2.3