Chris Goodchild
Chris Goodchild
Just to add some more info on our particular setup... AndroidManifest.xml ``` ``` Our implementation is prompting the user to grant ACCESS_FINE_LOCATION, BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions. Even after these are...
> Hi, I've tried to reproduce this issue on android v12/13 and I couldn't do it. Can you share the code snippets? > > 1. How do you initialize BLE...
@intent-kacper-cyranowski sure, so we're using this library in the context of a very large RN app. The scan/connect/write operations are being used to install a custom BLE device. It's integrated...
Just to add, on the Samsung device I'm testing, if I initially have bluetooth turned off then the state is `PoweredOff` but the `enable` function fails after I enable using...
@intent-kacper-cyranowski thanks for putting the effort in to do that! I checked and really, the React Context aspect isn't a factor. It is initialised at the start of a flow...
Just an update on this, I believe our issue may have been related to permissions and how we were linking the library. I can't be sure as it suddenly started...
Apologies for the (very) late reply @intent-kacper-cyranowski . Yes, we're still seeing the issue intermittently. Also seeing frequent disconnects on both iOS and Android. On Android specifically, sometimes we get...
Thanks so much @madej10 - just to add some additional findings: - The `connectToDevice` method succeeds and returns the device state. - The device is then automatically disconnected and the...
I am still experiencing this issue on iOS, regardless of OS version. I have tried implementing reconnect logic and even destroying/recreating the manager but to no avail. We have a...