dominik-czupryna-withintent

Results 36 comments of dominik-czupryna-withintent

We have changed the connect events process a bit. Could you check if the error also occurs in the version https://www.npmjs.com/package/react-native-ble-plx/v/3.1.2-rc.0 ?

I'm not sure how your device works. Is the data sent as notification or indication (monitorCharacteristicForService checks which method of connection is possible)? Yes, it is possible to lose some...

I tried to reproduce this problem using an nRF stimulator but everything seems to work fine. However, in this simulator the minimum interval is 100ms. Did changing the intervals help...

I will take a look at it, but in general is that through the BLE-PLX instance you control the phone's BT module, and if you do not end the connection,...

https://dotintent.github.io/react-native-ble-plx/#connectionoptionsautoconnect

Could you also show in what context the `create` function is called? The generated application throws a lot of unnecessary operations and it is possible that some race condition is...

First of all, thank you for the extensive description of the problem. ❤️ The problem may be related to slightly different handling of multiple connectToDevice calls between iOS and Android....

In 3.1.0 we fixed the bug mentioned above. Could you confirm whether the bug still occurs?

@SatyendraM1990 I tried recreate your error in example but the code snippet you sent is undebuggable for me. Most of errors are handled by creating new instance (I'm guessing by...

@nicks78 If you are asking about native bluetooth permissions, you won't be able to use bluetooth without them. You have to ask about them.