pinebuds/services/ble_stack/ble_ip/besble.h
2022-08-15 17:20:27 +08:00

8 lines
127 B
C

#ifndef _BESBLE_H_
#define _BESBLE_H_
void bes_ble_init(void);
void bes_ble_reset(void);
void bes_ble_schedule(void);
#endif