BasicAirData / AirDataBridge

Android software for Air Data Computer connection
GNU General Public License v3.0
4 stars 0 forks source link

Add the setting to choose the remote Bluetooth device to connect to #4

Closed GrazianoCapelli closed 6 years ago

GrazianoCapelli commented 6 years ago

Now the app searches the HC-05 Bluetooth paired device and connects to it. We should give to the user the possibility to change the device, in order to allow to use different BT devices (like HC-06, or BlueSMIRF) or to change the BT device name.

The natural solution is to add a setting with the device selection. Ideally the selection should show the list of the paired BT devices, but we could start with a simpler EditText preference.

GrazianoCapelli commented 6 years ago

Feature implemented (commit 7591793).