public class BluetoothDevicesConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIRNAME |
static java.lang.String |
VERSION |
| Constructor and Description |
|---|
BluetoothDevicesConfig() |
| Modifier and Type | Method and Description |
|---|---|
static BluetoothDevicesConfig |
getConfiguredDevices()
Get the list of configured devices from file
|
static BluetoothDevicesConfig |
getConfiguredDevices(java.lang.String xml) |
java.util.List<com.atakmap.android.bluetooth.BluetoothDevicesConfig.BluetoothDeviceConfig> |
getDevices() |
java.lang.String |
getVersion() |
boolean |
hasDevices() |
boolean |
save() |
public static final java.lang.String DIRNAME
public static final java.lang.String VERSION
public java.lang.String getVersion()
public boolean hasDevices()
public java.util.List<com.atakmap.android.bluetooth.BluetoothDevicesConfig.BluetoothDeviceConfig> getDevices()
public static BluetoothDevicesConfig getConfiguredDevices()
public static BluetoothDevicesConfig getConfiguredDevices(java.lang.String xml)
public boolean save()