aboutsummaryrefslogtreecommitdiff
path: root/src/ble/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ble/profile.h')
-rw-r--r--src/ble/profile.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ble/profile.h b/src/ble/profile.h
new file mode 100644
index 0000000..bec1fa1
--- /dev/null
+++ b/src/ble/profile.h
@@ -0,0 +1,7 @@
+#ifndef __BLE_UART_SERVICE_H__
+#define __BLE_UART_SERVICE_H__
+
+int legacy_registerService();
+int devInfo_registerService();
+
+#endif /* __BLE_UART_SERVICE_H__ */