8 lines
168 B
C
8 lines
168 B
C
#ifndef __BLE_UART_SERVICE_H__
|
|
#define __BLE_UART_SERVICE_H__
|
|
|
|
int legacy_registerService();
|
|
int devInfo_registerService();
|
|
|
|
#endif /* __BLE_UART_SERVICE_H__ */
|