feat: add initial Bluetooth LE module

This commit is contained in:
Dien-Nhung Nguyen-Phu
2024-06-23 19:22:20 +07:00
parent 2383bf65e5
commit 8274cab154
12 changed files with 5167 additions and 3 deletions

7
src/ble/profile.h Normal file
View File

@@ -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__ */