Use reflected Bluetooth address if we don't know our own address.

This commit is contained in:
akwizgran
2020-07-16 16:56:14 +01:00
parent d617e67006
commit 49f0640278
2 changed files with 58 additions and 6 deletions

View File

@@ -10,6 +10,9 @@ public interface BluetoothConstants {
String PROP_ADDRESS = "address";
String PROP_UUID = "uuid";
// Local settings (not shared with contacts)
String PREF_ADDRESS_IS_REFLECTED = "addressIsReflected";
// Default value for PREF_PLUGIN_ENABLE
boolean DEFAULT_PREF_PLUGIN_ENABLE = false;
}