From 6e0f29b08a040d14576d7053c1206a8439936570 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 24 十一月 2020 14:18:03 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/native-lib.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h
index bff3f5d..2040ef6 100644
--- a/lib/src/main/cpp/native-lib.h
+++ b/lib/src/main/cpp/native-lib.h
@@ -28,5 +28,7 @@
 int PlayTTS(const char *string, void (*callback)(int));
 int PlayTTS(std::string &tts, void (*callback)(int));
 void PlayRing(void);
+void SendToBluetooth(const uint8_t *data, int length);
+void ConnectToBluetooth(const char *addr, const char *pin);
 
 #endif //RTKBASESTATION_NATIVE_LIB_H

--
Gitblit v1.8.0