summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorMariusz Skamra <mariusz.skamra@codecoup.pl>2020-11-17 09:11:17 +0000
committerƁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>2021-12-17 07:56:45 +0000
commitfbbb005a03fa7fb0fda87afd7d6015d44cae7a3c (patch)
tree0636cfacbab6bc0d05c97637a31011ca7e5abc33 /framework/java/android/bluetooth/BluetoothProfile.java
parent7c3c05e7b5caaa6c612941770c40edd59d9e4aa6 (diff)
gtbs: Add Generic Telephone Bearer Service support
Tag: #feature Bug: 159786353 Sponsor: jpawlowski@ Test: build Change-Id: I8264ade4b07df17fc0207437dfdcae7028cc20ff
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java
index e047e5d81a..d0f74e9857 100644
--- a/framework/java/android/bluetooth/BluetoothProfile.java
+++ b/framework/java/android/bluetooth/BluetoothProfile.java
@@ -240,12 +240,19 @@ 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 = 26;
+ int MAX_PROFILE_ID = 27;
/**
* Default priority for devices that we try to auto-connect to and