pinebuds/services/ble_stack/ble_ip/besble.h

9 lines
127 B
C
Raw Normal View History

2022-08-15 04:20:27 -05:00
#ifndef _BESBLE_H_
#define _BESBLE_H_
void bes_ble_init(void);
void bes_ble_reset(void);
void bes_ble_schedule(void);
#endif