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