Don Coleman

Results 96 comments of Don Coleman

@imaginae I have not worked on this. Perhaps you can bond the device outside of the app then use [ble.bondedDevices()](https://github.com/don/cordova-plugin-ble-central#bondeddevices)?

That'd be great if you could submit a pull request with your updates.

Pairing isn't well supported. If the plugin can create a peripheral object, it calls the success callback. https://github.com/don/cordova-plugin-ble-central/blob/f2d42938a7ffb608e811fa60afffc349fc14a6cf/src/ios/BLECentralPlugin.m#L73 Then when you cancel pairing it disconnects. Hopefully your app can work...

This is probably and app or device issue. The plugin works well with iOS. Maybe the connection is waiting for a timeout? Try resetting the peripheral. Turn Bluetooth on and...

I don't really want to change the API by adding another callback or break the contract by send a complete message through the existing callback, since that would break existing...

@VinceFa currently Windows 10 doesn't support scanning for peripherals yet, you need to pair BLE peripherals before they can be used. Microsoft is working on this and scanning functionality is...

Currently any Windows code is stubs for PhoneGap Developer App, nothing actually works. The Windows Bluetooth APIs currently require manual pairing of BLE devices from Windows, so as it stands...

I think this is a duplicate of #412 (and others) This seems to be a problem on some devices. The documentation around gatt.disconnect and gatt.close is not good. Is also...

I'll get a version of @acutetech and @jedthehumanoid's fix into the next release to see if that makes things better. Using a timer or handler, I could call the success...