I faced following issue:
I need to check is the paired device via Bluetooth present and availbale to communicate.
When I start startInquiry method from DiscoveryAgent, it retrieves all available devices without paired ones
thanks for any help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A hackish solution would be to start DiscoveryAgent.searchServices() for that paired device and if you don’t get even a single service then you can say that the device is not available for communication.