diff options
author | chapin <chapin@google.com> | 2022-01-07 14:08:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-01-07 14:08:23 +0000 |
commit | 2e710d49816b4c8c5b4daf1940c1769f0bc50376 (patch) | |
tree | 21fb3ca049184a0b8c41c28d63418e30d697e9ea /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | bd1d6ac73ba7dce8b60ed13eb77f1f7323a54ab1 (diff) | |
parent | 6bf87965a2b4220de686a0526f83ff010f1e252f (diff) |
Merge "Revert "gtbs: Add Generic Telephone Bearer Service support""
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index d0f74e9857..e047e5d81a 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -240,19 +240,12 @@ public interface BluetoothProfile { int LE_AUDIO_BROADCAST = 26; /** - * @hide - * Telephone Bearer Service from Call Control Profile - * - */ - int LE_CALL_CONTROL = 27; - - /** * 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 = 27; + int MAX_PROFILE_ID = 26; /** * Default priority for devices that we try to auto-connect to and |