hourglass_full Your download should start automatically in a few seconds...

Download Bluetooth Device Picker_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Bluetooth Device Picker_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

Project which offers an action to pick abluetooth device.
Exposes the action PICK_BLUETOOTH_DEVICE to start theBluetoothDeviceListActivity which scans for Bluetooth Devices,shows them in a ListActivity and returns device info when a deviceis selected by the user.
This is done to deduplicate code between APPs - the code isgraduated from the DUBwise Project and used in the upcommingDUBwise for UAVTalk APP.
The APP uses the lib tracedroid to be able to send debug logs whenproblems arise and android-bluetooth (http://android-bluetooth.googlecode.com ) to be able to work withAndroid <2.0 which has no native Bluetooth-API
The code is GPLv3