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

Commit 46657ebe authored by Jack He's avatar Jack He
Browse files

BluetoothClass: Add documentation for constants

Bug: 215555854
Tag: #feature
Test: make
Change-Id: I6bafc92365fdb882ee3a2200e370214413c4b4f3
parent 94e8aa41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ public final class BluetoothClass implements Parcelable {
        private static final int BITMASK = 0xFFE000;

        public static final int LIMITED_DISCOVERABILITY = 0x002000;
        /** Represent devices LE audio service */
        public static final int LE_AUDIO = 0x004000;
        public static final int POSITIONING = 0x010000;
        public static final int NETWORKING = 0x020000;