Loading framework/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ package android.bluetooth { field public static final int METADATA_ENHANCED_SETTINGS_UI_URI = 16; // 0x10 field public static final int METADATA_HARDWARE_VERSION = 3; // 0x3 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6 field public static final int METADATA_LE_AUDIO = 26; // 0x1a field public static final int METADATA_MAIN_BATTERY = 18; // 0x12 field public static final int METADATA_MAIN_CHARGING = 19; // 0x13 field public static final int METADATA_MAIN_ICON = 5; // 0x5 Loading framework/java/android/bluetooth/BluetoothDevice.java +1 −0 Original line number Diff line number Diff line Loading @@ -740,6 +740,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { * Data type should be {@link Byte} array. * @hide */ @SystemApi public static final int METADATA_LE_AUDIO = 26; Loading Loading
framework/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ package android.bluetooth { field public static final int METADATA_ENHANCED_SETTINGS_UI_URI = 16; // 0x10 field public static final int METADATA_HARDWARE_VERSION = 3; // 0x3 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6 field public static final int METADATA_LE_AUDIO = 26; // 0x1a field public static final int METADATA_MAIN_BATTERY = 18; // 0x12 field public static final int METADATA_MAIN_CHARGING = 19; // 0x13 field public static final int METADATA_MAIN_ICON = 5; // 0x5 Loading
framework/java/android/bluetooth/BluetoothDevice.java +1 −0 Original line number Diff line number Diff line Loading @@ -740,6 +740,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { * Data type should be {@link Byte} array. * @hide */ @SystemApi public static final int METADATA_LE_AUDIO = 26; Loading