diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-10-28 06:00:43 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-28 06:00:43 +0000 |
commit | 562f4f14bc4a1b00c9a6f3fb1d5145a31c26a105 (patch) | |
tree | 7e3918bda6c7d9d41130664b672799d2fd0c76e5 /framework/java/android/bluetooth/BluetoothStatusCodes.java | |
parent | 41d83c57ba9e823ed0848e9dc51789c935450a77 (diff) | |
parent | f3fc3166c04cbe693abdef14ef3088550f7c4d37 (diff) |
Merge "Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API"
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. * |