From 8274cab154f198447f12028e1686bbe2a6de6ebd Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Sun, 23 Jun 2024 19:22:20 +0700 Subject: feat: add initial Bluetooth LE module --- src/ble/profile.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ble/profile.h (limited to 'src/ble/profile.h') 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__ */ -- cgit v1.2.3