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() {} |