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

Unified Diff: device/bluetooth/bluetooth_gatt_service.h

Issue 1915803002: Bluetooth class changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: magic values fix Created 4 years, 8 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_gatt_service.h
diff --git a/device/bluetooth/bluetooth_gatt_service.h b/device/bluetooth/bluetooth_gatt_service.h
index 7e78b2bdd0aa761d4df2d14b03a6a4d302d922b8..01176a6bb92090b3978463337d7c2271dd2fc0b5 100644
--- a/device/bluetooth/bluetooth_gatt_service.h
+++ b/device/bluetooth/bluetooth_gatt_service.h
@@ -22,6 +22,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattService {
public:
// Interacting with Characteristics and Descriptors can produce
// this set of errors.
+ // TODO(rkc): Update this list.
scheib 2016/04/26 06:03:32 If a following patch updates this, link the patch.
rkc 2016/04/26 18:23:59 The comment is outdated. This list is pretty compr
enum GattErrorCode {
GATT_ERROR_UNKNOWN = 0,
GATT_ERROR_FAILED,

Powered by Google App Engine
This is Rietveld 408576698