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 f4f18bfb7bf300bd13bc205292b3508cffbd80d2..71922af2439e8515f4db175fa1991cecaa06a992 100644 |
| --- a/device/bluetooth/public/interfaces/device.mojom |
| +++ b/device/bluetooth/public/interfaces/device.mojom |
| @@ -20,6 +20,7 @@ struct DeviceInfo { |
| }; |
| struct ServiceInfo { |
| + string id; |
| UUID uuid; |
| bool is_primary; |
| }; |