Patrick Wespi
Patrick Wespi
> If you have a reference document for me to make this better and GDPR compliant please share it with me. This site might be helpful: https://gdpr.eu/
Rebased on to latest `v3-stable`. cc @sedghi
It looks like the next version OHIF-v3 will be using React 17, see https://github.com/OHIF/Viewers/blob/v3-stable/platform/ui/package.json#L27-L28
Unfortunately I wasn't able to reproduce your behavior. However, in the newest release 1.2.0 there is a new method [getConnectedDevices](https://github.com/capacitor-community/bluetooth-le#getconnecteddevices) which might be useful for your situation. With this method...
Did you connect to the device from the app? If you connect from another app or the OS settings, the app is not allowed to disconnect?
I'm not sure what's going on. Some questions: * Do all writes fail or just a specific characteristic? * Can you write to the device in a very simple reproduction...
This is the Android documentation about the write call: * https://developer.android.com/reference/android/bluetooth/BluetoothGatt#writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic) About the return value it says only `true, if the write operation was initiated successfully`, so not much to...
Unfortunately I cannot reproduce this. Does it happen all the time or just some times? Have you tried different iOS devices?
Have you tried manually setting the timeout? The default is 10 sec for `connect`. https://github.com/capacitor-community/bluetooth-le#connect
Thank you for using this plugin. I cannot reproduce the behavior you're describing. The `BleClient` has an internal queue which should handle this. Are you by any chance calling `BleClient.disableQueue()`...