aboutsummaryrefslogtreecommitdiff
path: root/BluetoothImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'BluetoothImpl.h')
-rw-r--r--BluetoothImpl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/BluetoothImpl.h b/BluetoothImpl.h
new file mode 100644
index 0000000..ba44853
--- /dev/null
+++ b/BluetoothImpl.h
@@ -0,0 +1,14 @@
+#ifndef BLUETOOTH_IMPL_H
+#define BLUETOOTH_IMPL_H
+
+namespace trygvis {
+namespace bluetooth {
+
+BluetoothAdapter &getAdapterImpl(int hciDevice);
+
+void shutdownImpl();
+
+}
+};
+
+#endif