Chromium Code Reviews| Index: device/bluetooth/public/interfaces/device.mojom |
| diff --git a/device/bluetooth/public/interfaces/device.mojom b/device/bluetooth/public/interfaces/device.mojom |
| index b629bab1703d8441c10271394e9345ce2845b566..63518c7fbe2e3ce274953c47f3a9875b1ba40e3c 100644 |
| --- a/device/bluetooth/public/interfaces/device.mojom |
| +++ b/device/bluetooth/public/interfaces/device.mojom |
| @@ -8,6 +8,7 @@ struct DeviceInfo { |
| string? name; |
| string name_for_display; |
| string address; |
| + int8 rssi; |
|
scheib
2016/10/19 21:28:56
I'd prefer we not use magic values to indicate the
mbrunson
2016/10/19 22:29:22
Done.
|
| }; |
| interface Device { |