cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Bluetooth Low Energy Phonegap Plugin
Is it possible callback in background when user connect any bluetooth device or disconnect device?
Hi, I added this plugin to connect in bluetooth to a device. So I ran the installation "cordova plugin add cordova-plugin-bluetoothle", then I try to use it in my javascript...
I need to process the received ble notify data (audio stream) on native cordova plugin (does audio decodings etc..). If I execute another cordova plugin (even empty) at the same...
Is it possible to pair a bluetooth device using the bonding procedure on iOS as it happens on Android by implementing the BluetoothDevice.createBond method?
Why after bluetoothle.initializePeripheral(success, error, { request: true }); and connect to BLE device readRequested never fired ? Works only Peripheral enabled status other statuses never appear. On Android everything works...
Hello, I deciced to switch on Android device but unfortunatly scann function resturn no devices: Initialization return "enable"scan return "scanStarted" but no devices found. I use the following function: bluetoothle.startScan(startScanSuccess,...
When calling enable/disable the success function does not resolve. This should work as expected.
I'm using initializePerheral() to init bluetooth for peripheral(iOS), addService() and startAdvertising(), but when there is a connection, don't have any callback! Only callback in case: enabled, disabled, subscribed, unsubscribed!
On Windows, discover function return services and characteristics as expected but subscribe function return randomly "The system cannot find the file specified." or "Characteristic not found.".
My App scans then needs to read characteristics from each detected device with my UUID. for 6 devices (started overlapping) this takes 6.5 seconds.. seems a lot of that time...