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

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

Issue 2421713002: arc: bluetooth: Expose missing advertise data. (Closed)
Patch Set: Fix comment Created 4 years, 1 month 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 1eec1ca969015d3605f745b5bdab1d682cd17107..ee0e9718c978631c54fa177eaf1d43fd60d706ce 100644
--- a/device/bluetooth/dbus/bluetooth_device_client.cc
+++ b/device/bluetooth/dbus/bluetooth_device_client.cc
@@ -202,9 +202,13 @@ 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::kAdvertisingDataFlagsProperty,
+ &advertising_data_flags);
}
BluetoothDeviceClient::Properties::~Properties() {}

Powered by Google App Engine
This is Rietveld 408576698