diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-02-13 10:32:59 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-02-13 10:32:59 +1100 |
| commit | 15f3da0f8ca9b85125ac557aa15c222e50fc8c8a (patch) | |
| tree | 3f24a7429ed922781c22084c1dc0aeb319d96675 /src/drivers/include/bluetooth.hpp | |
| parent | 26ae027d6721510e4b4a8107e95acc57efaaf2c6 (diff) | |
| parent | cb379f4bc3c51eacf80b786566ab3c2675191164 (diff) | |
| download | tangara-fw-15f3da0f8ca9b85125ac557aa15c222e50fc8c8a.tar.gz | |
Merge branch 'main' into scroll-sensitivity
Diffstat (limited to 'src/drivers/include/bluetooth.hpp')
| -rw-r--r-- | src/drivers/include/bluetooth.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/bluetooth.hpp b/src/drivers/include/bluetooth.hpp index 5fdd527c..988c7e93 100644 --- a/src/drivers/include/bluetooth.hpp +++ b/src/drivers/include/bluetooth.hpp @@ -35,7 +35,7 @@ class Bluetooth { auto IsEnabled() -> bool; auto IsConnected() -> bool; - auto ConnectedDevice() -> std::optional<bluetooth::Device>; + auto ConnectedDevice() -> std::optional<bluetooth::MacAndName>; auto KnownDevices() -> std::vector<bluetooth::Device>; |
