Comparing version 0.3.5 to 0.3.6
@@ -103,3 +103,5 @@ var async = require('async'); | ||
userDescriptionDescriptor.readValue(function(error, data) { | ||
characteristicInfo += ' (' + data.toString() + ')'; | ||
if (data) { | ||
characteristicInfo += ' (' + data.toString() + ')'; | ||
} | ||
callback(); | ||
@@ -106,0 +108,0 @@ }); |
@@ -127,3 +127,3 @@ var debug = require('debug')('yosemite-bindings'); | ||
txPowerLevel: args.kCBMsgArgAdvertisementData.kCBAdvDataTxPowerLevel, | ||
// manufacturerData: args.kCBMsgArgAdvertisementData.kCBAdvDataManufacturerData, // TODO: This seems to be optional??? | ||
manufacturerData: args.kCBMsgArgAdvertisementData.kCBAdvDataManufacturerData, | ||
serviceData: [], | ||
@@ -130,0 +130,0 @@ serviceUuids: [] |
@@ -5,3 +5,3 @@ { | ||
"description": "A node.js BLE (Bluetooth low energy) central library.", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
noble | ||
===== | ||
[![Analytics](https://ga-beacon.appspot.com/UA-56089547-1/sandeepmistry/noble?pixel)](https://github.com/igrigorik/ga-beacon) | ||
A node.js BLE (Bluetooth low energy) central module. | ||
@@ -13,5 +15,9 @@ | ||
__OS X__ | ||
* install [Xcode](https://itunes.apple.com/ca/app/xcode/id497799835?mt=12) | ||
__Linux (Ubuntu)__ | ||
* ```sudo apt-get install libbluetooth-dev``` | ||
* Kernel version 3.6 or above | ||
* ```sudo apt-get install bluetooth bluez-utils libbluetooth-dev``` | ||
* Run as ```sudo``` or ```root``` | ||
@@ -18,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
232899
5264
334