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

Unified Diff: device/bluetooth/bluetooth_discovery_session_outcome.h

Issue 1367663002: Add Linux support for the Bluetooth API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_dbus
Patch Set: rebase Created 5 years, 3 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
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.cc ('k') | device/bluetooth/bluetooth_gatt_bluez_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_discovery_session_outcome.h
diff --git a/device/bluetooth/bluetooth_discovery_session_outcome.h b/device/bluetooth/bluetooth_discovery_session_outcome.h
index 38cf3a17e7f551ccc85ce32991eb6a6b759f2015..9bc83a32e05f60d286f0f66c4b53c5a7e9e42e7e 100644
--- a/device/bluetooth/bluetooth_discovery_session_outcome.h
+++ b/device/bluetooth/bluetooth_discovery_session_outcome.h
@@ -23,12 +23,12 @@ enum class UMABluetoothDiscoverySessionOutcome {
ACTIVE_SESSION_NOT_IN_ADAPTER = 7,
FAILED = 8,
- // ChromeOS-specific failures:
- CHROMEOS_DBUS_UNKNOWN_ADAPTER = 9,
- CHROMEOS_DBUS_NO_RESPONSE = 10,
- CHROMEOS_DBUS_IN_PROGRESS = 11,
- CHROMEOS_DBUS_NOT_READY = 12,
- CHROMEOS_DBUS_FAILED_MAYBE_UNSUPPORTED_TRANSPORT = 13,
+ // BlueZ-specific failures:
+ BLUEZ_DBUS_UNKNOWN_ADAPTER = 9,
+ BLUEZ_DBUS_NO_RESPONSE = 10,
+ BLUEZ_DBUS_IN_PROGRESS = 11,
+ BLUEZ_DBUS_NOT_READY = 12,
+ BLUEZ_DBUS_FAILED_MAYBE_UNSUPPORTED_TRANSPORT = 13,
// NOTE: Add new outcomes immediately above this line. Make sure to update the
// enum list in tools/metrics/histograms/histograms.xml accordingly.
COUNT
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.cc ('k') | device/bluetooth/bluetooth_gatt_bluez_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698