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

Commit d0139547 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth: add LE Audio COD constant definition" am: d35cd459 am:...

Merge "Bluetooth: add LE Audio COD constant definition" am: d35cd459 am: c252a62d am: 94a531c7 am: a2abf502

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1937497

Change-Id: Ie6f8ff44d60719865b5ba8ce84919b4bffd003f4
parents ea130330 a2abf502
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9159,6 +9159,7 @@ package android.bluetooth {
    field public static final int AUDIO = 2097152; // 0x200000
    field public static final int CAPTURE = 524288; // 0x80000
    field public static final int INFORMATION = 8388608; // 0x800000
    field public static final int LE_AUDIO = 16384; // 0x4000
    field public static final int LIMITED_DISCOVERABILITY = 8192; // 0x2000
    field public static final int NETWORKING = 131072; // 0x20000
    field public static final int OBJECT_TRANSFER = 1048576; // 0x100000
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public final class BluetoothClass implements Parcelable {
        private static final int BITMASK = 0xFFE000;

        public static final int LIMITED_DISCOVERABILITY = 0x002000;
        public static final int LE_AUDIO = 0x004000;
        public static final int POSITIONING = 0x010000;
        public static final int NETWORKING = 0x020000;
        public static final int RENDER = 0x040000;