Initial commit
This commit is contained in:
20
ble_server.h
Normal file
20
ble_server.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef BLE_SERVER_H
|
||||
#define BLE_SERVER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void start_server(void);
|
||||
|
||||
void stop_server(void);
|
||||
|
||||
void send_message(const char* message);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // BLE_SERVER_H
|
||||
Reference in New Issue
Block a user