| Index: content/browser/bluetooth/bluetooth_metrics.h
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
|
| index 55aac46cf83719c64b30920274b1e4721fc4baa1..64c10887ea6e21d78d721d05d847507affa8f970 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.h
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.h
|
| @@ -291,6 +291,16 @@ void RecordDescriptorReadValueOutcome(UMAGATTOperationOutcome error);
|
| // QueryCacheForDescriptor fails.
|
| void RecordDescriptorReadValueOutcome(CacheQueryOutcome outcome);
|
|
|
| +// Descriptor.writeValue() Metrics
|
| +// There should be a call to this function for every call to
|
| +// Send(BluetoothMsg_ReadDescriptorValueSuccess) and
|
| +// Send(BluetoothMsg_ReadDescriptorValueError).
|
| +void RecordDescriptorWriteValueOutcome(UMAGATTOperationOutcome error);
|
| +
|
| +// Records the outcome of a cache query for writeValue. Should only be called if
|
| +// QueryCacheForDescriptor fails.
|
| +void RecordDescriptorWriteValueOutcome(CacheQueryOutcome outcome);
|
| +
|
| enum class UMARSSISignalStrengthLevel {
|
| LESS_THAN_OR_EQUAL_TO_MIN_RSSI,
|
| LEVEL_0,
|
|
|