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

Commit d6489030 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: 63616465

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

Change-Id: I77cf59044f24b81c950e3884549dad17ef522361
parents ba95f8ee 63616465
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,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;