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

Unified Diff: device/bluetooth/dbus/bluetooth_device_client.cc

Issue 2421713002: arc: bluetooth: Expose missing advertise data. (Closed)
Patch Set: Created 4 years, 2 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/dbus/bluetooth_device_client.cc
diff --git a/device/bluetooth/dbus/bluetooth_device_client.cc b/device/bluetooth/dbus/bluetooth_device_client.cc
index 70930894f235a09b2ee81449e984a668606c3837..4e1a1f81c3dd44238bfde8446b4aca78fa0a53d3 100644
--- a/device/bluetooth/dbus/bluetooth_device_client.cc
+++ b/device/bluetooth/dbus/bluetooth_device_client.cc
@@ -202,9 +202,12 @@ BluetoothDeviceClient::Properties::Properties(
RegisterProperty(bluetooth_device::kModaliasProperty, &modalias);
RegisterProperty(bluetooth_device::kRSSIProperty, &rssi);
RegisterProperty(bluetooth_device::kTxPowerProperty, &tx_power);
+ RegisterProperty(bluetooth_device::kManufacturerDataProperty,
+ &manufacturer_data);
RegisterProperty(bluetooth_device::kServiceDataProperty, &service_data);
RegisterProperty(bluetooth_device::kServicesResolvedProperty,
&services_resolved);
+ RegisterProperty(bluetooth_device::kFlagsProperty, &flags);
ortuno 2016/10/14 00:15:10 I might be missing something but I don't see this
Rahul Chaturvedi 2016/10/17 20:41:21 I've asked Opal to upstream the patch to BlueZ. I
puthik_chromium 2016/10/17 23:30:32 I sent it to upstream http://marc.info/?l=linux-bl
}
BluetoothDeviceClient::Properties::~Properties() {}

Powered by Google App Engine
This is Rietveld 408576698