diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-10-28 07:30:19 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-10-28 07:30:19 +0000 |
commit | 09066c35a82535e4cc529f6516a108f7f2187c11 (patch) | |
tree | efb648322ffa99ce05177e212e3aa7b7a7961066 /framework/java/android/bluetooth/BluetoothStatusCodes.java | |
parent | f51c722df5a3dae3476bee3cda0243c55c474004 (diff) | |
parent | 2c911c2a2259bed03d4e1c91a37774734d934936 (diff) |
Merge "Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API" am: 562f4f14bc am: 61d4e7ca47 am: 53b0edf1ad am: 63e86c1623 am: 2c911c2a22
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1860616
Change-Id: I0a20b33910e0a0584be97bda929997508e692ba0
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothStatusCodes.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothStatusCodes.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothStatusCodes.java b/framework/java/android/bluetooth/BluetoothStatusCodes.java index 3e46c498e3..63e84eddc7 100644 --- a/framework/java/android/bluetooth/BluetoothStatusCodes.java +++ b/framework/java/android/bluetooth/BluetoothStatusCodes.java @@ -79,6 +79,11 @@ public final class BluetoothStatusCodes { public static final int ERROR_MISSING_BLUETOOTH_SCAN_PERMISSION = 7; /** + * Error code indicating that the feature is not supported. + */ + public static final int ERROR_FEATURE_NOT_SUPPORTED = 8; + + /** * If another application has already requested {@link OobData} then another fetch will be * disallowed until the callback is removed. * |