If I have a Android phone which is already connected with a bluetooth headset (paired and connected) to it. How I can get information about that specific headset.
Using getBondedDevices()
method I get list of all paired devices..I need information about CONNECTED device only.
I can not wait for broadcast receiver to check status, because I need this information at the start of my application. So please suggest is there any way to get this information without waiting for broadcast.