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

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

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

Merge "Bluetooth: add LE Audio COD constant definition" am: bd1d6ac7 am: 63616465 am: d6489030 am: e4207c17

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

Change-Id: Ie6f8ff44d60719865b5ba8ce84919b4bffd003f4
parents 9d85966f e4207c17
Loading
Loading
Loading
Loading
+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;