Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: device/bluetooth/public/interfaces/adapter.mojom

Issue 2727683003: bluetooth: Clean up connection errors (Closed)
Patch Set: merge Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/public/interfaces/adapter.mojom
diff --git a/device/bluetooth/public/interfaces/adapter.mojom b/device/bluetooth/public/interfaces/adapter.mojom
index 82dae83e92e8f0a40dafa743148a5bc3901edad8..6acb0a0f769557ca5c6f097de7e8b98db6b32c4b 100644
--- a/device/bluetooth/public/interfaces/adapter.mojom
+++ b/device/bluetooth/public/interfaces/adapter.mojom
@@ -10,23 +10,15 @@ import "device/bluetooth/public/interfaces/device.mojom";
// connection request.
enum ConnectResult {
SUCCESS,
- ATTRIBUTE_LENGTH_INVALID,
AUTH_CANCELED,
AUTH_FAILED,
AUTH_REJECTED,
AUTH_TIMEOUT,
- CONNECTION_CONGESTED,
FAILED,
INPROGRESS,
- INSUFFICIENT_ENCRYPTION,
- OFFSET_INVALID,
- READ_NOT_PERMITTED,
- REQUEST_NOT_SUPPORTED,
UNKNOWN,
UNSUPPORTED_DEVICE,
- WRITE_NOT_PERMITTED,
DEVICE_NO_LONGER_IN_RANGE,
- UNTRANSLATED_CONNECT_ERROR_CODE
};
struct AdapterInfo {
« no previous file with comments | « device/bluetooth/bluetooth_device.h ('k') | device/bluetooth/public/interfaces/connect_result_type_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698