feat: add initial Bluetooth LE module
This commit is contained in:
7
src/ble/profile.h
Normal file
7
src/ble/profile.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user