Comparing version 0.3.12 to 0.3.13
@@ -170,3 +170,3 @@ var events = require('events'); | ||
(function(peripheralUuid, peripheralHandle, advertisement, rssi) { | ||
uuidToAddress(deviceUuid, function(error, address) { | ||
uuidToAddress(peripheralUuid, function(error, address) { | ||
address = address || 'unknown'; | ||
@@ -178,3 +178,3 @@ | ||
}.bind(this)); | ||
}.bind(this))(deviceUuid, peripheralHandle, advertisement, rssi); | ||
}.bind(this))(peripheralUuid, peripheralHandle, advertisement, rssi); | ||
}); | ||
@@ -181,0 +181,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A node.js BLE (Bluetooth low energy) central library.", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262309