]> git.kernelconcepts.de Git - metawatch.git/blobdiff - bt_helper.h
Break out Bluetooth functions in own module
[metawatch.git] / bt_helper.h
diff --git a/bt_helper.h b/bt_helper.h
new file mode 100644 (file)
index 0000000..9ecd968
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _BT_HELPER_H
+#define _BT_HELPER_H
+
+int str2ba(const char *str, bdaddr_t *ba);
+int open_socket(bdaddr_t *bdaddr, uint8_t channel);
+
+#endif
+