Hi,
How can I list all connected bluetooth devices on android ?
thanks!
Hi,
How can I list all connected bluetooth devices on android ?
thanks!
Please analyze this class from your Android SDK samples:
android-sdk-windows\samples\android-8\BluetoothChat\src\com\example\android\BluetoothChat\DeviceListActivity.java
Here you will find how to discover all connected (paired) Bluetooth devices.