We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a62db commit 9f56575Copy full SHA for 9f56575
miniprogram/page/API/pages/bluetooth/bluetooth.js
@@ -219,7 +219,7 @@ Page({
219
dataView.setUint8(0, Math.random() * 255 | 0)
220
wx.writeBLECharacteristicValue({
221
deviceId: this._deviceId,
222
- serviceId: this._deviceId,
+ serviceId: this._serviceId,
223
characteristicId: this._characteristicId,
224
value: buffer,
225
})
0 commit comments