@awesome-cordova-plugins/bluetooth-le
Advanced tools
Comparing version 6.0.0-alpha.1 to 6.0.0-alpha.2
@@ -5,4 +5,5 @@ 'use strict'; | ||
var core = require('@angular/core'); | ||
var core$1 = require('@awesome-cordova-plugins/core'); | ||
var tslib = require('tslib'); | ||
var core$1 = require('@angular/core'); | ||
var core = require('@awesome-cordova-plugins/core'); | ||
require('rxjs'); | ||
@@ -49,90 +50,143 @@ | ||
})(exports.BluetoothCallbackType || (exports.BluetoothCallbackType = {})); | ||
class BluetoothLE extends core$1.AwesomeCordovaNativePlugin { | ||
initialize(params) { return core$1.cordova(this, "initialize", { "successIndex": 0, "errorIndex": 2, "observable": true }, arguments); } | ||
enable() { return core$1.cordova(this, "enable", { "callbackOrder": "reverse", "sync": true }, arguments); } | ||
disable() { return core$1.cordova(this, "disable", { "callbackOrder": "reverse", "sync": true }, arguments); } | ||
getAdapterInfo() { return core$1.cordova(this, "getAdapterInfo", { "callbackOrder": "reverse" }, arguments); } | ||
startScan(params) { return core$1.cordova(this, "startScan", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
stopScan() { return core$1.cordova(this, "stopScan", { "callbackOrder": "reverse" }, arguments); } | ||
retrieveConnected(params) { return core$1.cordova(this, "retrieveConnected", { "callbackOrder": "reverse" }, arguments); } | ||
bond(params) { return core$1.cordova(this, "bond", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
unbond(params) { return core$1.cordova(this, "unbond", { "callbackOrder": "reverse" }, arguments); } | ||
connect(params) { return core$1.cordova(this, "connect", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
reconnect(params) { return core$1.cordova(this, "reconnect", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
disconnect(params) { return core$1.cordova(this, "disconnect", { "callbackOrder": "reverse" }, arguments); } | ||
close(params) { return core$1.cordova(this, "close", { "callbackOrder": "reverse" }, arguments); } | ||
discover(params) { return core$1.cordova(this, "discover", { "callbackOrder": "reverse" }, arguments); } | ||
services(params) { return core$1.cordova(this, "services", { "callbackOrder": "reverse" }, arguments); } | ||
characteristics(params) { return core$1.cordova(this, "characteristics", { "callbackOrder": "reverse" }, arguments); } | ||
descriptors(params) { return core$1.cordova(this, "descriptors", { "callbackOrder": "reverse" }, arguments); } | ||
read(params) { return core$1.cordova(this, "read", { "callbackOrder": "reverse" }, arguments); } | ||
subscribe(params) { return core$1.cordova(this, "subscribe", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
unsubscribe(params) { return core$1.cordova(this, "unsubscribe", { "callbackOrder": "reverse" }, arguments); } | ||
write(params) { return core$1.cordova(this, "write", { "callbackOrder": "reverse" }, arguments); } | ||
writeQ(params) { return core$1.cordova(this, "writeQ", { "callbackOrder": "reverse" }, arguments); } | ||
readDescriptor(params) { return core$1.cordova(this, "readDescriptor", { "callbackOrder": "reverse" }, arguments); } | ||
writeDescriptor(params) { return core$1.cordova(this, "writeDescriptor", { "callbackOrder": "reverse" }, arguments); } | ||
rssi(params) { return core$1.cordova(this, "rssi", { "callbackOrder": "reverse" }, arguments); } | ||
mtu(params) { return core$1.cordova(this, "mtu", { "callbackOrder": "reverse" }, arguments); } | ||
requestConnectionPriority(params) { return core$1.cordova(this, "requestConnectionPriority", { "callbackOrder": "reverse" }, arguments); } | ||
isInitialized() { return core$1.cordova(this, "isInitialized", { "callbackOrder": "reverse" }, arguments); } | ||
isEnabled() { return core$1.cordova(this, "isEnabled", { "callbackOrder": "reverse" }, arguments); } | ||
isScanning() { return core$1.cordova(this, "isScanning", { "callbackOrder": "reverse" }, arguments); } | ||
isBonded(params) { return core$1.cordova(this, "isBonded", { "callbackOrder": "reverse" }, arguments); } | ||
wasConnected(params) { return core$1.cordova(this, "wasConnected", { "callbackOrder": "reverse" }, arguments); } | ||
isConnected(params) { return core$1.cordova(this, "isConnected", { "callbackOrder": "reverse" }, arguments); } | ||
isDiscovered(params) { return core$1.cordova(this, "isDiscovered", { "callbackOrder": "reverse" }, arguments); } | ||
hasPermission() { return core$1.cordova(this, "hasPermission", { "callbackOrder": "reverse" }, arguments); } | ||
requestPermission() { return core$1.cordova(this, "requestPermission", { "callbackOrder": "reverse" }, arguments); } | ||
isLocationEnabled() { return core$1.cordova(this, "isLocationEnabled", { "callbackOrder": "reverse" }, arguments); } | ||
requestLocation() { return core$1.cordova(this, "requestLocation", { "callbackOrder": "reverse" }, arguments); } | ||
initializePeripheral(params) { return core$1.cordova(this, "initializePeripheral", { "callbackOrder": "reverse", "observable": true }, arguments); } | ||
addService(params) { return core$1.cordova(this, "addService", { "callbackOrder": "reverse" }, arguments); } | ||
removeService(params) { return core$1.cordova(this, "removeService", { "callbackOrder": "reverse" }, arguments); } | ||
removeAllServices() { return core$1.cordova(this, "removeAllServices", { "callbackOrder": "reverse" }, arguments); } | ||
startAdvertising(params) { return core$1.cordova(this, "startAdvertising", { "callbackOrder": "reverse" }, arguments); } | ||
stopAdvertising() { return core$1.cordova(this, "stopAdvertising", { "callbackOrder": "reverse" }, arguments); } | ||
isAdvertising() { return core$1.cordova(this, "isAdvertising", { "callbackOrder": "reverse" }, arguments); } | ||
respond(params) { return core$1.cordova(this, "respond", { "callbackOrder": "reverse" }, arguments); } | ||
notify(params) { return core$1.cordova(this, "notify", { "callbackOrder": "reverse" }, arguments); } | ||
encodedStringToBytes(value) { return core$1.cordova(this, "encodedStringToBytes", { "sync": true }, arguments); } | ||
bytesToEncodedString(value) { return core$1.cordova(this, "bytesToEncodedString", { "sync": true }, arguments); } | ||
stringToBytes(value) { return core$1.cordova(this, "stringToBytes", { "sync": true }, arguments); } | ||
bytesToString(value) { return core$1.cordova(this, "bytesToString", { "sync": true }, arguments); } | ||
get SCAN_MODE_OPPORTUNISTIC() { return core$1.cordovaPropertyGet(this, "SCAN_MODE_OPPORTUNISTIC"); } | ||
set SCAN_MODE_OPPORTUNISTIC(value) { core$1.cordovaPropertySet(this, "SCAN_MODE_OPPORTUNISTIC", value); } | ||
get SCAN_MODE_LOW_POWER() { return core$1.cordovaPropertyGet(this, "SCAN_MODE_LOW_POWER"); } | ||
set SCAN_MODE_LOW_POWER(value) { core$1.cordovaPropertySet(this, "SCAN_MODE_LOW_POWER", value); } | ||
get SCAN_MODE_BALANCED() { return core$1.cordovaPropertyGet(this, "SCAN_MODE_BALANCED"); } | ||
set SCAN_MODE_BALANCED(value) { core$1.cordovaPropertySet(this, "SCAN_MODE_BALANCED", value); } | ||
get SCAN_MODE_LOW_LATENCY() { return core$1.cordovaPropertyGet(this, "SCAN_MODE_LOW_LATENCY"); } | ||
set SCAN_MODE_LOW_LATENCY(value) { core$1.cordovaPropertySet(this, "SCAN_MODE_LOW_LATENCY", value); } | ||
get MATCH_MODE_AGGRESSIVE() { return core$1.cordovaPropertyGet(this, "MATCH_MODE_AGGRESSIVE"); } | ||
set MATCH_MODE_AGGRESSIVE(value) { core$1.cordovaPropertySet(this, "MATCH_MODE_AGGRESSIVE", value); } | ||
get MATCH_MODE_STICKY() { return core$1.cordovaPropertyGet(this, "MATCH_MODE_STICKY"); } | ||
set MATCH_MODE_STICKY(value) { core$1.cordovaPropertySet(this, "MATCH_MODE_STICKY", value); } | ||
get MATCH_NUM_ONE_ADVERTISEMENT() { return core$1.cordovaPropertyGet(this, "MATCH_NUM_ONE_ADVERTISEMENT"); } | ||
set MATCH_NUM_ONE_ADVERTISEMENT(value) { core$1.cordovaPropertySet(this, "MATCH_NUM_ONE_ADVERTISEMENT", value); } | ||
get MATCH_NUM_FEW_ADVERTISEMENT() { return core$1.cordovaPropertyGet(this, "MATCH_NUM_FEW_ADVERTISEMENT"); } | ||
set MATCH_NUM_FEW_ADVERTISEMENT(value) { core$1.cordovaPropertySet(this, "MATCH_NUM_FEW_ADVERTISEMENT", value); } | ||
get MATCH_NUM_MAX_ADVERTISEMENT() { return core$1.cordovaPropertyGet(this, "MATCH_NUM_MAX_ADVERTISEMENT"); } | ||
set MATCH_NUM_MAX_ADVERTISEMENT(value) { core$1.cordovaPropertySet(this, "MATCH_NUM_MAX_ADVERTISEMENT", value); } | ||
get CALLBACK_TYPE_ALL_MATCHES() { return core$1.cordovaPropertyGet(this, "CALLBACK_TYPE_ALL_MATCHES"); } | ||
set CALLBACK_TYPE_ALL_MATCHES(value) { core$1.cordovaPropertySet(this, "CALLBACK_TYPE_ALL_MATCHES", value); } | ||
get CALLBACK_TYPE_FIRST_MATCH() { return core$1.cordovaPropertyGet(this, "CALLBACK_TYPE_FIRST_MATCH"); } | ||
set CALLBACK_TYPE_FIRST_MATCH(value) { core$1.cordovaPropertySet(this, "CALLBACK_TYPE_FIRST_MATCH", value); } | ||
get CALLBACK_TYPE_MATCH_LOST() { return core$1.cordovaPropertyGet(this, "CALLBACK_TYPE_MATCH_LOST"); } | ||
set CALLBACK_TYPE_MATCH_LOST(value) { core$1.cordovaPropertySet(this, "CALLBACK_TYPE_MATCH_LOST", value); } | ||
} | ||
BluetoothLE.pluginName = "BluetoothLE"; | ||
BluetoothLE.plugin = "cordova-plugin-bluetoothle"; | ||
BluetoothLE.pluginRef = "bluetoothle"; | ||
BluetoothLE.repo = "https://github.com/randdusing/cordova-plugin-bluetoothle"; | ||
BluetoothLE.install = "ionic cordova plugin add cordova-plugin-bluetoothle"; | ||
BluetoothLE.installVariables = []; | ||
BluetoothLE.platforms = ["Android", "iOS"]; | ||
BluetoothLE.decorators = [ | ||
{ type: core.Injectable } | ||
]; | ||
var BluetoothLE = /** @class */ (function (_super) { | ||
tslib.__extends(BluetoothLE, _super); | ||
function BluetoothLE() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
BluetoothLE.prototype.initialize = function (params) { return core.cordova(this, "initialize", { "successIndex": 0, "errorIndex": 2, "observable": true }, arguments); }; | ||
BluetoothLE.prototype.enable = function () { return core.cordova(this, "enable", { "callbackOrder": "reverse", "sync": true }, arguments); }; | ||
BluetoothLE.prototype.disable = function () { return core.cordova(this, "disable", { "callbackOrder": "reverse", "sync": true }, arguments); }; | ||
BluetoothLE.prototype.getAdapterInfo = function () { return core.cordova(this, "getAdapterInfo", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.startScan = function (params) { return core.cordova(this, "startScan", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.stopScan = function () { return core.cordova(this, "stopScan", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.retrieveConnected = function (params) { return core.cordova(this, "retrieveConnected", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.bond = function (params) { return core.cordova(this, "bond", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.unbond = function (params) { return core.cordova(this, "unbond", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.connect = function (params) { return core.cordova(this, "connect", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.reconnect = function (params) { return core.cordova(this, "reconnect", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.disconnect = function (params) { return core.cordova(this, "disconnect", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.close = function (params) { return core.cordova(this, "close", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.discover = function (params) { return core.cordova(this, "discover", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.services = function (params) { return core.cordova(this, "services", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.characteristics = function (params) { return core.cordova(this, "characteristics", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.descriptors = function (params) { return core.cordova(this, "descriptors", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.read = function (params) { return core.cordova(this, "read", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.subscribe = function (params) { return core.cordova(this, "subscribe", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.unsubscribe = function (params) { return core.cordova(this, "unsubscribe", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.write = function (params) { return core.cordova(this, "write", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.writeQ = function (params) { return core.cordova(this, "writeQ", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.readDescriptor = function (params) { return core.cordova(this, "readDescriptor", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.writeDescriptor = function (params) { return core.cordova(this, "writeDescriptor", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.rssi = function (params) { return core.cordova(this, "rssi", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.mtu = function (params) { return core.cordova(this, "mtu", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.requestConnectionPriority = function (params) { return core.cordova(this, "requestConnectionPriority", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isInitialized = function () { return core.cordova(this, "isInitialized", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isEnabled = function () { return core.cordova(this, "isEnabled", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isScanning = function () { return core.cordova(this, "isScanning", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isBonded = function (params) { return core.cordova(this, "isBonded", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.wasConnected = function (params) { return core.cordova(this, "wasConnected", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isConnected = function (params) { return core.cordova(this, "isConnected", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isDiscovered = function (params) { return core.cordova(this, "isDiscovered", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.hasPermission = function () { return core.cordova(this, "hasPermission", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.requestPermission = function () { return core.cordova(this, "requestPermission", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isLocationEnabled = function () { return core.cordova(this, "isLocationEnabled", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.requestLocation = function () { return core.cordova(this, "requestLocation", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.initializePeripheral = function (params) { return core.cordova(this, "initializePeripheral", { "callbackOrder": "reverse", "observable": true }, arguments); }; | ||
BluetoothLE.prototype.addService = function (params) { return core.cordova(this, "addService", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.removeService = function (params) { return core.cordova(this, "removeService", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.removeAllServices = function () { return core.cordova(this, "removeAllServices", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.startAdvertising = function (params) { return core.cordova(this, "startAdvertising", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.stopAdvertising = function () { return core.cordova(this, "stopAdvertising", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.isAdvertising = function () { return core.cordova(this, "isAdvertising", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.respond = function (params) { return core.cordova(this, "respond", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.notify = function (params) { return core.cordova(this, "notify", { "callbackOrder": "reverse" }, arguments); }; | ||
BluetoothLE.prototype.encodedStringToBytes = function (value) { return core.cordova(this, "encodedStringToBytes", { "sync": true }, arguments); }; | ||
BluetoothLE.prototype.bytesToEncodedString = function (value) { return core.cordova(this, "bytesToEncodedString", { "sync": true }, arguments); }; | ||
BluetoothLE.prototype.stringToBytes = function (value) { return core.cordova(this, "stringToBytes", { "sync": true }, arguments); }; | ||
BluetoothLE.prototype.bytesToString = function (value) { return core.cordova(this, "bytesToString", { "sync": true }, arguments); }; | ||
Object.defineProperty(BluetoothLE.prototype, "SCAN_MODE_OPPORTUNISTIC", { | ||
get: function () { return core.cordovaPropertyGet(this, "SCAN_MODE_OPPORTUNISTIC"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "SCAN_MODE_OPPORTUNISTIC", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "SCAN_MODE_LOW_POWER", { | ||
get: function () { return core.cordovaPropertyGet(this, "SCAN_MODE_LOW_POWER"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "SCAN_MODE_LOW_POWER", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "SCAN_MODE_BALANCED", { | ||
get: function () { return core.cordovaPropertyGet(this, "SCAN_MODE_BALANCED"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "SCAN_MODE_BALANCED", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "SCAN_MODE_LOW_LATENCY", { | ||
get: function () { return core.cordovaPropertyGet(this, "SCAN_MODE_LOW_LATENCY"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "SCAN_MODE_LOW_LATENCY", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "MATCH_MODE_AGGRESSIVE", { | ||
get: function () { return core.cordovaPropertyGet(this, "MATCH_MODE_AGGRESSIVE"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "MATCH_MODE_AGGRESSIVE", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "MATCH_MODE_STICKY", { | ||
get: function () { return core.cordovaPropertyGet(this, "MATCH_MODE_STICKY"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "MATCH_MODE_STICKY", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "MATCH_NUM_ONE_ADVERTISEMENT", { | ||
get: function () { return core.cordovaPropertyGet(this, "MATCH_NUM_ONE_ADVERTISEMENT"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "MATCH_NUM_ONE_ADVERTISEMENT", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "MATCH_NUM_FEW_ADVERTISEMENT", { | ||
get: function () { return core.cordovaPropertyGet(this, "MATCH_NUM_FEW_ADVERTISEMENT"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "MATCH_NUM_FEW_ADVERTISEMENT", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "MATCH_NUM_MAX_ADVERTISEMENT", { | ||
get: function () { return core.cordovaPropertyGet(this, "MATCH_NUM_MAX_ADVERTISEMENT"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "MATCH_NUM_MAX_ADVERTISEMENT", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "CALLBACK_TYPE_ALL_MATCHES", { | ||
get: function () { return core.cordovaPropertyGet(this, "CALLBACK_TYPE_ALL_MATCHES"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "CALLBACK_TYPE_ALL_MATCHES", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "CALLBACK_TYPE_FIRST_MATCH", { | ||
get: function () { return core.cordovaPropertyGet(this, "CALLBACK_TYPE_FIRST_MATCH"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "CALLBACK_TYPE_FIRST_MATCH", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
Object.defineProperty(BluetoothLE.prototype, "CALLBACK_TYPE_MATCH_LOST", { | ||
get: function () { return core.cordovaPropertyGet(this, "CALLBACK_TYPE_MATCH_LOST"); }, | ||
set: function (value) { core.cordovaPropertySet(this, "CALLBACK_TYPE_MATCH_LOST", value); }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
BluetoothLE.pluginName = "BluetoothLE"; | ||
BluetoothLE.plugin = "cordova-plugin-bluetoothle"; | ||
BluetoothLE.pluginRef = "bluetoothle"; | ||
BluetoothLE.repo = "https://github.com/randdusing/cordova-plugin-bluetoothle"; | ||
BluetoothLE.install = "ionic cordova plugin add cordova-plugin-bluetoothle"; | ||
BluetoothLE.installVariables = []; | ||
BluetoothLE.platforms = ["Android", "iOS"]; | ||
BluetoothLE.decorators = [ | ||
{ type: core$1.Injectable } | ||
]; | ||
return BluetoothLE; | ||
}(core.AwesomeCordovaNativePlugin)); | ||
exports.BluetoothLE = BluetoothLE; |
@@ -1,1 +0,1 @@ | ||
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/bluetooth-le","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.1"} | ||
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/bluetooth-le","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.2"} |
@@ -1,1 +0,1 @@ | ||
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/bluetooth-le","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.1"} | ||
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/bluetooth-le","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.2"} |
Sorry, the diff of this file is too big to display
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
221590
2321