diff options
| author | Jakub Pawlowski <jpawlowski@google.com> | 2021-08-30 20:56:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-08-30 20:56:25 +0000 |
| commit | 54beaf2012d4772d603a08bbbc0863eedb6632dd (patch) | |
| tree | 878f2d18643dd724893a75fc732462b716969d62 /core/java/android/bluetooth/BluetoothProfile.java | |
| parent | ada5fb65b5f4ae51fb81f24847a8837037503893 (diff) | |
| parent | c1b80e05e8df7210d2a5e141a3916dd3bcb9a923 (diff) | |
Merge "csip: Add constants for the Coordinated Set Identification Profile"
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index bea32abd06cd..c4649b4276f8 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -229,12 +229,18 @@ public interface BluetoothProfile { int MCP_SERVER = 24; /** + * Coordinated Set Identification Profile set coordinator + * + */ + int CSIP_SET_COORDINATOR = 25; + + /** * 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 = 24; + int MAX_PROFILE_ID = 25; /** * Default priority for devices that we try to auto-connect to and |
