-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#Issue While connecting Bluetooth device with react native android application paring pop-up appearing twice issue #1113
Comments
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 the case of iOS, you can call the scenario I would like to ask if you could set up an error listener eg.
after the device connect and show logs from the iOS and Android to confirm or negate my guess |
@dominik-czupryna-withintent Thanks for supporting bindDisconnectEvent() {
} |
In 3.1.0 we fixed the bug mentioned above. Could you confirm whether the bug still occurs? |
Hey @dominik-czupryna-withintent It works for me , but still one persist like earlier pairing pop-up appearing trice but now it is appearing twice. |
I am using v3.1.0, I was wondering if there is a way to block the system popup tu appear because it is BLE so we do not need to pair the device to actually work. Is there any way to disabled the system popup or to control it ? |
First time paring pop-up appearing and I click to pair, immediately another pop- up appearing I think that used to disconnect the paired device. |
@SatyendraM1990 Could you create a repo reproducing your error? Unfortunately, I can't help you with the current data 😞 |
@nicks78 |
Hello, I also have the problem on my project, I come to bring some information that may be interesting. I also reproduce the appearance of a double modal when pairing the module, the second modal is very similar to the first one except that there is on it the access key to connect to a protected device. When I've finished with the first modal and paired up my module, the second appears. The problem seems to occur systematically when I connect my device with the package, whereas when I try to connect with the classic Android Bluetooth, I only get one modal displayed (the one with the access key). I've tried adding the listener to see if the module disconnect but it doesn't seem to. I'm using the latest version of the package: |
Could you show me screenshots of what exactly you mean? |
I'm having the same problem |
Hello @dominik-czupryna-withintent , You can find a video where the problem occurs |
I'm having the same problem with v3.1.2 and Pixel 6 Pro, S24 Ultra, S21 Ultra |
I'm having the same issue on react-native-ble-plx 3.2.1 |
Same problem with react-native-ble-plx 3.2.1. Using an android BLU G53 running Android 13. |
In my case I am getting the device but not able to connect |
I'm using |
Prerequisites
Expected Behavior
I am working in react native application. In this application I am have integrated react-native ble-plx library.
I have gone through with the related documents integrated successfully.
But the issue is while pairing with the Bluetooth device with application paring pop-up appearing twice/trice in android device
While the same code is working fine with IOS platform
Android version 13
Mobile : Motorola, google pixel, samsung
Here are the specification :
react-native version:
installed: 0.68.2
react-native ble-plx: installed version : 3.0.0 (recently updated version)
With older version also the same (V 2.0.3)
Current Behavior
Following steps:
This application and feature is working fine for IOS device , problem is in android application.
android 12/13 both version I have checked
Library version
V 3.0.0
Device
Moto G 13, google Pixel 4,
Environment info
Steps to reproduce
Following steps:
This application and feature is working fine for IOS device , problem is in android application.
android 12/13 both version I have checked
Formatted code sample or link to a repository
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: