How to check bluetooth connection address?

I want the app check if a predefined bluetooth device is connected to the phone, I tried with Bluetooth Client / Admin / Server / LE ,But I did not find a solution.bluetooth%20check

how do you connect to that device?

usually you use the Connect method together with the address of the device and that method returns true, if the connection was successful…

Taifun

1 Like

Hi. I don’t want my app to make the connection. I want my app will check if the device is automatically connected and if it is connected it will detect if it is the device that has been configured and will take action. thanks!