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

Unified Diff: device/bluetooth/bluetooth_advertisement.h

Issue 2907913002: Fix ManufacturerData and ServiceData DBus data type to match with bluez. (Closed)
Patch Set: Fix ManufacturerData and ServiceData DBus data type to match with bluez. Created 3 years, 7 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/bluetooth_advertisement.h
diff --git a/device/bluetooth/bluetooth_advertisement.h b/device/bluetooth/bluetooth_advertisement.h
index 412baa72eebf45e0d726532d5e51a53a2a4d882b..1b85017503534cd1d0130341375f2e7cbc383640 100644
--- a/device/bluetooth/bluetooth_advertisement.h
+++ b/device/bluetooth/bluetooth_advertisement.h
@@ -41,6 +41,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdvertisement
ERROR_INVALID_ADVERTISEMENT_INTERVAL, // Advertisement interval specified
// is out of valid range.
#endif
+ ERROR_ADVERTISEMENT_FAILED,
rkc 2017/06/01 18:10:50 Description for this error?
INVALID_ADVERTISEMENT_ERROR_CODE
};

Powered by Google App Engine
This is Rietveld 408576698