-
Notifications
You must be signed in to change notification settings - Fork 85
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
Combination with background-geolocation: No disconnect when app gets closed #158
Comments
Unfortunately I wasn't able to reproduce your behavior. However, in the newest release 1.2.0 there is a new method getConnectedDevices which might be useful for your situation. With this method you should be able to get the connected device without the need for scanning. Does this solve your problem? |
Thanks for the advice with getConnectedDevices. After restarting the app I was able to get a list containing the device but i am not able to disconnect from it. |
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 connect from an earlier instance of the app. As i wrote: the device doesn't get disconnect when killing the app whyever because of background-geolocation. |
I have the same problem, it can be reproduced on android 12, but not on android 14. |
Description
Using this Plugin together with capacitor-community/background-geolocation in Android: bluetooth connection doesn't get closed when app is closed.
Reproduce
Expected behavior
Bluetooth connection should get closed when app gets closed
Smartphone
Additional context
I am working on a ble-sensor combined with geolocation tracker project
I opened this also as an issue at capacitor-community/background-geolocation:
capacitor-community/background-geolocation#32
The text was updated successfully, but these errors were encountered: