Bluetooth Device Picker

by ligi

free



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-APIThe code is GPLv3