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

Commit 07f4803c authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Make certain BluetoothProfile constants being used by CarBluetoothTest

into @SystemApi

Bug: 146663105
Test: Manual
Change-Id: Ic474a85c17b69c71cf24b06d0262c13b3b8142fe
parent c7e0fc83
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ public interface BluetoothProfile {
     *
     * @hide
     */
    @UnsupportedAppUsage
    @SystemApi
    int A2DP_SINK = 11;

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

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

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

    /**