From 0de1761c212e2cf0fbbebea6f9c045b03866527d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Tue, 31 Oct 2023 17:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E8=B6=8A=E7=95=8C=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia5c96e40f4d03d6257bac34d4bfc199d35a792ac --- .../iot/explorer/link/core/link/service/BleConfigService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/service/BleConfigService.kt b/sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/service/BleConfigService.kt index c5de57515..232bfd4af 100644 --- a/sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/service/BleConfigService.kt +++ b/sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/service/BleConfigService.kt @@ -381,7 +381,7 @@ class BleConfigService private constructor() { connetionListener?.onBleSendWifiInfoResult(convertData2SendWifiResult(it.value)) } 0xE2.toByte() -> { - L.d(TAG, "0xE2 ${BleWifiConnectInfo.byteArr2BleWifiConnectInfo(it.value)}") + L.d(TAG, "0xE2") tempByteArray = appendNewBlock(it.value, tempByteArray) if (isMtuEndBlock(it.value) && tempByteArray != null) { var totalByteArr = ByteArray(tempByteArray!!.size+3)