cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

Bluetooth Low Energy Phonegap Plugin

Results 127 cordova-plugin-bluetoothle issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to call the `enable` function but somehow it's never getting into its callback functions. The only way I got to turn on the bluetooth is the...

Bluetooth and location services are enabled, and I have successfully initialized it. I am trying to connect to an ESP32, and using an nRF bluetooth app I can see and...

Hello again, So I am noticing that there are some bad status errors that are not comming back to any of my call back function such as GATT_INSUFFICIENT_AUTHENTICATION I see...

enhancement

Hello, When I notify, I receive a response with status 'notificationSent', which is not specified on type Status. Is it supposed to work this way? By the way, do I...

I use your plugin for a long time. Thank you for this great implementation! Now I use function "isConnected" and I'm amazed about it in IOS: Why this function throw...

I am getting an error while accessing bluetooth device someone getting this error from XCode ? ERROR: Method 'getAdapterInfo:' not defined in Plugin 'BluetoothLePlugin' FAILED pluginJSON = ["BluetoothLePlugin466699125","BluetoothLePlugin","getAdapterInfo",[]]

Hi Sir, I applied this plugin in my ionic 3 application. I enable the application working in background mode. The plungin's scan method works well when application is in both...

@randdusing Would it be possible to do this? I saw in some other projects that they are able to run the commandDelegate in the background. They are using this to...

Hello. I try to use in the same project the Peripheral and Central methods of plugin. I created, as indicated, a service, ad started ad Advertisement. One Service with 128...

Hi @randdusing when I inspect the ScanResult object from an Peripheral, I want to get the TxPower. Is this only sent by iOS? And is this the same as txPowerLevel?...