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

Commit efd89672 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Merge "csip: Add constants for the Coordinated Set Identification Profile" am: 30e401f9

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

Change-Id: I707c1fdd5831763a3bcdfa819e61ea3b01707110
parents 35b520c8 30e401f9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -226,13 +226,19 @@ public interface BluetoothProfile {
     */
    int MCP_SERVER = 24;

    /**
     * Coordinated Set Identification Profile set coordinator
     *
     */
    int CSIP_SET_COORDINATOR = 25;

    /**
     * Max profile ID. This value should be updated whenever a new profile is added to match
     * the largest value assigned to a profile.
     *
     * @hide
     */
    int MAX_PROFILE_ID = 24;
    int MAX_PROFILE_ID = 25;

    /**
     * Default priority for devices that we try to auto-connect to and
+5 −0
Original line number Diff line number Diff line
@@ -184,6 +184,11 @@ public final class BluetoothUuid {
    /** @hide */
    @NonNull
    @SystemApi
    public static final ParcelUuid COORDINATED_SET =
            ParcelUuid.fromString("00001846-0000-1000-8000-00805F9B34FB");
    /** @hide */
    @NonNull
    @SystemApi
    public static final ParcelUuid BASE_UUID =
            ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB");