Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f36024b6 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "BluetoothDevice.METADATA_LE_AUDIO add @SystemApi"

parents 3ef291c3 c6b8ce55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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;