I want to get list of bluetooth connected devices...not just paired devices.
I found BluetoothHeadset
API in API level 11 which provides method getConnectedDevices()
to get list of connected bluetooth devices.
How to get list of bluetooth connected devices using this API ?
Finally got the solution. Below are a few code snippets for getting Bluetooth audio connected devices using
BluetoothHeadset
API.