@@ -291,7 +291,11 @@ export default {
$this._serviceId,
$this._characteristicId
);
- bluetooth.sendEnd();
+ bluetooth.sendEnd(
+ $this._deviceId,
+ $this._serviceId,
+ $this._characteristicId
+ );
}
},