cordova-plugin-bluetooth-serial-rafael
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cordova-plugin-bluetooth-serial-rafael", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Bluetooth Serial Communication Plugin", | ||
@@ -5,0 +5,0 @@ "main": "./www/bluetoothSerial.js", |
@@ -140,2 +140,10 @@ /*global cordova*/ | ||
cordova.exec(null, null, "BluetoothSerial", "setDiscoverable", [discoverableDuration]); | ||
}, | ||
pair: function (macAddress, pin, success, failure) { | ||
cordova.exec(success, failure, "BluetoothSerial", "pair", [macAddress, pin]); | ||
}, | ||
unpair: function (macAddress, success, failure) { | ||
cordova.exec(success, failure, "BluetoothSerial", "unpair", [macAddress]); | ||
} | ||
@@ -142,0 +150,0 @@ |
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
149362
288