cordova-plugin-bluetooth-serial-rafael
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cordova-plugin-bluetooth-serial-rafael", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Bluetooth Serial Communication Plugin", | ||
@@ -5,0 +5,0 @@ "main": "./www/bluetoothSerial.js", |
@@ -140,13 +140,4 @@ /*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]); | ||
} | ||
}; | ||
@@ -153,0 +144,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
149056
282