diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-10-28 06:54:10 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-10-28 06:54:10 +0000 |
commit | 63e86c1623d1e7df52969e4346a778eddf5d61f2 (patch) | |
tree | e5793da1d4b08703bb3fdaa3bc8f6a6dcb57d87f /framework/java/android/bluetooth/BluetoothStatusCodes.java | |
parent | 7672c51a2a3debfd1c68f6b4c0674e265e04f0c0 (diff) | |
parent | 53b0edf1adac8b5f4a8ea61b461a98900424c895 (diff) |
Merge "Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API" am: 562f4f14bc am: 61d4e7ca47 am: 53b0edf1ad
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1860616
Change-Id: If5313414ef6cee3b9e95ba70ffb32681feca31a9
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. * |