diff options
author | Rahul Sabnis <rahulsabnis@google.com> | 2020-01-21 15:11:22 -0800 |
---|---|---|
committer | Rahul Sabnis <rahulsabnis@google.com> | 2020-01-21 15:11:22 -0800 |
commit | 07f4803cb3f43a19607ffebc7e2e27cb03ae5270 (patch) | |
tree | 57b53ae655d28ff2dd66b02193bc2362530ec436 /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | c7e0fc83d0ed9759157cf2d602e1a11fb680d860 (diff) |
Make certain BluetoothProfile constants being used by CarBluetoothTest
into @SystemApi
Bug: 146663105
Test: Manual
Change-Id: Ic474a85c17b69c71cf24b06d0262c13b3b8142fe
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 638e6de06b..7538df8bbe 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -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; /** |