9 lines
114 B
C
9 lines
114 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void bluetoothConfigure();
|
|
|
|
void bluetoothStop();
|
|
|
|
bool bluetoothIsConnected(); |