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 212e06c commit 1da06f9Copy full SHA for 1da06f9
src/noble/lib/bluez/bindings.js
@@ -308,7 +308,7 @@ class BluezBindings extends EventEmitter {
308
`[${deviceUuid}] Collecting characteristsics for the service ${serviceUuid}`
309
);
310
const dashedCharacteristicUuids = (characteristicUuids || []).map(
311
- this._addDashes
+ this._addDashes.bind(this)
312
313
const objectPath = this._toObjectPath(deviceUuid);
314
const objectPathPrefix = `${objectPath}/service`;
0 commit comments