-
Notifications
You must be signed in to change notification settings - Fork 369
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
Connection disconnection notification not coming #374
Comments
The topic and the post you have written do not match.
vs
So it seems that you get the disconnection callback?
Are you still scanning at that time? Maybe you do not get more scan callbacks because they are duplicates (there is an option for that)? Btw. once you have device ID you can connect to it without scanning (unless it is not bonded and changes its MAC address). |
Yes, I am still scanning. I am able to see the other bluetooth meter in the scanned response. I am having the device id but I don't know when the user is switching the meter on/off, as I am not getting any callback. |
You said that:
This is contradictory. Could you elaborate what do you do with the library exactly? Or even better simply conform to the issue template you have ignored? |
Yes, For the first time when I switch off the meter, I am getting callback. But after that not getting any callback whether I am switching the meter on/ off. Usage - We are scanning Blood glucose meter, Pairing/ Unpairing. We are getting information for those meters using various BLE services and characteristics. |
This would mean that you need to consult the specification of your glucose meter. Not sure how the library can help you – if your peripheral does not advertise then it cannot be connected. |
I have verified my peripheral is advertising. I can see the same device in the nRF Toolbox app. |
Ok. I lost you. Could you try to recap what exactly you have problem with? Showing BLE logs and code can be helpful. |
Hi,
I am using RXBluetoothKit to pair with BGM meter. First time I am able to get the scanned response and able to pair with the meter. After that When I switch off the meter, I am able to get the notification that meter is turned off. But after that if I again turn on the meter, I am not getting any response in the scanned response.
Thanks,
Gurpreet
The text was updated successfully, but these errors were encountered: