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

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h

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: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
index a06f33c2724b9dc7320cabc40688d441737cb748..ea1aa93a293bf62da11faa8034974ea09ae742af 100644
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
@@ -90,24 +90,19 @@ class BluetoothLowEnergyEventRouter
kStatusSuccess = 0,
kStatusErrorAlreadyConnected,
kStatusErrorAlreadyNotifying,
- kStatusErrorAttributeLengthInvalid,
kStatusErrorAuthenticationFailed,
kStatusErrorCanceled,
- kStatusErrorConnectionCongested,
kStatusErrorFailed,
kStatusErrorGattNotSupported,
kStatusErrorHigherSecurity,
kStatusErrorInProgress,
kStatusErrorInsufficientAuthorization,
- kStatusErrorInsufficientEncryption,
kStatusErrorInvalidArguments,
kStatusErrorInvalidLength,
kStatusErrorNotConnected,
kStatusErrorNotFound,
kStatusErrorNotNotifying,
- kStatusErrorOffsetInvalid,
kStatusErrorPermissionDenied,
- kStatusErrorRequestNotSupported,
kStatusErrorTimeout,
kStatusErrorUnsupportedDevice,
kStatusErrorInvalidServiceId,

Powered by Google App Engine
This is Rietveld 408576698