bluetooth-serial-port
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -43,2 +43,6 @@ /* | ||
BluetoothSerialPort.prototype.listPairedDevices = function(callback) { | ||
this.inq.listPairedDevices(callback); | ||
}; | ||
BluetoothSerialPort.prototype.inquire = function() { | ||
@@ -45,0 +49,0 @@ this.inq.inquire(); |
{ "name" : "bluetooth-serial-port" | ||
, "version" : "1.1.2" | ||
, "version" : "1.1.3" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
@@ -4,0 +4,0 @@ , "author": "Eelco Cramer <eelco@hailendal.org>" |
@@ -7,2 +7,7 @@ # Bluetooth serial port communication for Node.js | ||
### 1.1.3 | ||
* Fixes [segfault](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/29) that occurs when a buffer is invalidated by the garbage collector. | ||
* Adds experimental support for listing paired devices. | ||
### 1.1.2 | ||
@@ -175,4 +180,12 @@ | ||
#### BluetoothSerialPort.listPairedDevices(callback) | ||
__ONLY ON OSX__ | ||
Lists the devices that are currently paired with the host. | ||
* callback(pairedDevices) - is called when the paired devices object has been populated. See the [pull request](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/30) for more information on the `pairedDevices` object. | ||
## LICENSE | ||
This module is available under a [FreeBSD license](http://opensource.org/licenses/BSD-2-Clause), see the [LICENSE file](https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/LICENSE.md) for details. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
170002
123
190