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

Unified Diff: device/bluetooth/device.cc

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
Index: device/bluetooth/device.cc
diff --git a/device/bluetooth/device.cc b/device/bluetooth/device.cc
index b3803054e2cdfb2805cfee0fafe746935e9975c7..1fce856606e50c1fd357443faa14a444266f3451 100644
--- a/device/bluetooth/device.cc
+++ b/device/bluetooth/device.cc
@@ -119,6 +119,7 @@ mojom::ServiceInfoPtr Device::ConstructServiceInfoStruct(
const device::BluetoothRemoteGattService& service) {
mojom::ServiceInfoPtr service_info = mojom::ServiceInfo::New();
+ service_info->id = service.GetIdentifier();
service_info->uuid = service.GetUUID();
service_info->is_primary = service.IsPrimary();
« no previous file with comments | « chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc ('k') | device/bluetooth/public/interfaces/device.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698