Chromium Code Reviews| 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, |