pinebuds/services/ble_stack/ble_ip/besble.h

9 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