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

Unified Diff: device/bluetooth/public/interfaces/device.mojom

Issue 2617923002: bluetooth: Add service list to DeviceDetailsPage in internals page. (Closed)
Patch Set: Add semicolon, inline serviceViewObj Created 3 years, 11 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
« no previous file with comments | « device/bluetooth/device.cc ('k') | ui/webui/resources/html/cr/ui/list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « device/bluetooth/device.cc ('k') | ui/webui/resources/html/cr/ui/list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698