Files
badgemagic-firmware/src/ble/profile.h
2024-06-23 19:33:13 +07:00

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