blob: b814b3681f67443e380af37640f09b27fb41dd63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __BLE_SETUP_H__
#define __BLE_SETUP_H__
void tmos_clockInit(void);
void ble_hardwareInit(void);
void peripheral_init(void);
void ble_enable_advertise();
void ble_disable_advertise();
#endif /* __BLE_SETUP_H__ */
|