How to check if device is already connected to another bluetooth device from default settings on phone #1116
Unanswered
frankied003
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You can use isPeripheralConnected whenever app comes in foreground.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
What if you don't have the UUID? Is there a way to get a list of device names and connection status from settings? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to add a function within my application that checks if any bluetooth devices are already connected to the phone. These connections happen outside the app and in the bluetooth settings of the phone.
One issue that has happened is that this device that we are checking for is not coming up as a device while using the example code, but coming up in the default app settings.
The device is a Parani by the way.
Beta Was this translation helpful? Give feedback.
All reactions