bluetooth-serial-port
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ "name" : "bluetooth-serial-port" | ||
, "version" : "1.2.2" | ||
, "version" : "1.2.3" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
@@ -26,3 +26,3 @@ , "author": "Eelco Cramer <eelco@hailendal.org>" | ||
{ "bindings" : "1.1.x" | ||
, "nan" : "1.5.x" | ||
, "nan" : "^1.8" | ||
} | ||
@@ -29,0 +29,0 @@ , "engines" : |
@@ -12,2 +12,6 @@ # Bluetooth serial port communication for Node.js | ||
### 1.2.3 | ||
* [Updates nan](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/67) for io.js 2.x.x compatibility. | ||
### 1.2.2 | ||
@@ -194,3 +198,3 @@ | ||
#### BluetoothSerialPort.connect(bluetoothAddress[, successCallback, errorCallback]) | ||
#### BluetoothSerialPort.connect(bluetoothAddress, channel[, successCallback, errorCallback]) | ||
@@ -200,2 +204,3 @@ Connects to a remote bluetooth device. | ||
* bluetoothAddress - the address of the remote Bluetooth device. | ||
* channel - the channel to connect to. | ||
* [successCallback] - called when a connection has been established. | ||
@@ -202,0 +207,0 @@ * [errorCallback(err)] - called when the connection attempt results in an error. The parameter is an [Error object](http://docs.nodejitsu.com/articles/errors/what-is-the-error-object). |
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
176659
232