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/rtk_platform/platform.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/rtk_platform/platform.h b/lib/src/main/cpp/rtk_platform/platform.h index 24d3c81..8e88ffe 100644 --- a/lib/src/main/cpp/rtk_platform/platform.h +++ b/lib/src/main/cpp/rtk_platform/platform.h @@ -49,5 +49,6 @@ void StopRtkDownload(void); void LoadDefaultMcuRom(const char *verCode, const uint8_t *rom, int length); +void SetRemoteBluetooth(const char *name, const char *addr); #endif //RTKDRIVERTEST_PLATFORM_H -- Gitblit v1.8.0