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

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

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

Change-Id: Ie934eb7ea8e83e7ecaf99f6cc496a455fd1fcd46
parents 0f6a8fec bd1d6ac7
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;