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

Commit a75e5b83 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make certain BluetoothProfile constants being used by CarBluetoothTest...

Merge "Make certain BluetoothProfile constants being used by CarBluetoothTest into @SystemApi" am: 80a2b522b1 am: 6a79ae68 am: 1babe4c8

Change-Id: I047f9d64c8dfef979e8281aa8cd9f2a73017bbcb
parents 9095d2ee 1babe4c8
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -146,7 +146,7 @@ public interface BluetoothProfile {
     *
     *
     * @hide
     * @hide
     */
     */
    @UnsupportedAppUsage
    @SystemApi
    int A2DP_SINK = 11;
    int A2DP_SINK = 11;


    /**
    /**
@@ -154,7 +154,7 @@ public interface BluetoothProfile {
     *
     *
     * @hide
     * @hide
     */
     */
    @UnsupportedAppUsage
    @SystemApi
    int AVRCP_CONTROLLER = 12;
    int AVRCP_CONTROLLER = 12;


    /**
    /**
@@ -169,6 +169,7 @@ public interface BluetoothProfile {
     *
     *
     * @hide
     * @hide
     */
     */
    @SystemApi
    int HEADSET_CLIENT = 16;
    int HEADSET_CLIENT = 16;


    /**
    /**
@@ -176,6 +177,7 @@ public interface BluetoothProfile {
     *
     *
     * @hide
     * @hide
     */
     */
    @SystemApi
    int PBAP_CLIENT = 17;
    int PBAP_CLIENT = 17;


    /**
    /**