Skip to content Skip to sidebar Skip to footer

Android: Identifying Active Bluetooth Connections

Is there a way that when I start my app, it can figure out if any Bluetooth devices are actively connected to the phone? I want my app to be able to report on an active BT connect

Solution 1:

Unfortunately No - The recent API Level 11 introduces APIs to find if A2DP or Headset profile is connected, and to retrieve the connected devices to this profile.


Post a Comment for "Android: Identifying Active Bluetooth Connections"