diff options
| author | Ćukasz Rymanowski <lukasz.rymanowski@codecoup.pl> | 2021-10-13 08:46:21 +0000 |
|---|---|---|
| committer | Jakub Pawlowski <jpawlowski@google.com> | 2021-10-13 14:11:52 +0000 |
| commit | ef061e6a0083394fa3038156551c7d9a8eef552b (patch) | |
| tree | 3ed1617b61cca4d08757a46f93d283a3eb844d60 /core/java | |
| parent | be88f1fa5407d02badc443b958ecd0f0db0b5758 (diff) | |
bluetoothUuid: Add placeholder for CAP uuid
Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: Manual
Change-Id: I69a9cb6a341d42eff3e5ae92d9c99ab5fa3bf9a3
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothUuid.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothUuid.java b/core/java/android/bluetooth/BluetoothUuid.java index 325a77107255..858819e15abc 100644 --- a/core/java/android/bluetooth/BluetoothUuid.java +++ b/core/java/android/bluetooth/BluetoothUuid.java @@ -188,6 +188,11 @@ public final class BluetoothUuid { /** @hide */ @NonNull @SystemApi + public static final ParcelUuid CAP = + ParcelUuid.fromString("EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE"); + /** @hide */ + @NonNull + @SystemApi public static final ParcelUuid BASE_UUID = ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB"); |
