From 9f565753599ad1ba040a16d4f97161f125466a58 Mon Sep 17 00:00:00 2001 From: liubin Date: Fri, 15 May 2020 14:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=93=9D=E7=89=99=E6=89=93?= =?UTF-8?q?=E5=8D=B0serviceId=E5=86=99=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/page/API/pages/bluetooth/bluetooth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniprogram/page/API/pages/bluetooth/bluetooth.js b/miniprogram/page/API/pages/bluetooth/bluetooth.js index d3733901..3125a797 100644 --- a/miniprogram/page/API/pages/bluetooth/bluetooth.js +++ b/miniprogram/page/API/pages/bluetooth/bluetooth.js @@ -219,7 +219,7 @@ Page({ dataView.setUint8(0, Math.random() * 255 | 0) wx.writeBLECharacteristicValue({ deviceId: this._deviceId, - serviceId: this._deviceId, + serviceId: this._serviceId, characteristicId: this._characteristicId, value: buffer, })