Pick Bluetooth devices from other apps. Not useful on it's own

Bluetooth Device Picker Screenshot
Bluetooth Device Picker Screenshot
Update
Mar 27, 2023
Developer
Category
Installs
100+
Rate
0
Project which offers an action to pick a bluetooth device.
Exposes the action PICK_BLUETOOTH_DEVICE to start the BluetoothDeviceListActivity which scans for Bluetooth Devices, shows them in a ListActivity and returns device info when a device is selected by the user.
This is done to deduplicate code between APPs - the code is graduated from the DUBwise Project and used in the upcomming DUBwise for UAVTalk APP.
The APP uses the lib tracedroid to be able to send debug logs when problems arise and android-bluetooth ( http://android-bluetooth.googlecode.com ) to be able to work with Android <2.0 which has no native Bluetooth-API
The code is GPLv3