From 1baa8f7baa336ce7e78d4b8389a351526cb8c673 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 25 十一月 2020 15:10:39 +0800 Subject: [PATCH] 蓝牙密码 --- lib/src/main/cpp/native-lib.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h index 2040ef6..1ff9046 100644 --- a/lib/src/main/cpp/native-lib.h +++ b/lib/src/main/cpp/native-lib.h @@ -30,5 +30,6 @@ void PlayRing(void); void SendToBluetooth(const uint8_t *data, int length); void ConnectToBluetooth(const char *addr, const char *pin); +void DisconnectBluetooth(void); #endif //RTKBASESTATION_NATIVE_LIB_H -- Gitblit v1.8.0