Chromium Code Reviews| Index: device/bluetooth/bluez/bluetooth_adapter_bluez.cc |
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.cc b/device/bluetooth/bluez/bluetooth_adapter_bluez.cc |
| index ad4510ac08d7c446f9bcc12d19139965ffb4c232..67e9fed30be91c06a2984ab621217c3e2b5408e3 100644 |
| --- a/device/bluetooth/bluez/bluetooth_adapter_bluez.cc |
| +++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.cc |
| @@ -603,7 +603,9 @@ void BluetoothAdapterBlueZ::DevicePropertyChanged( |
| property_name == properties->uuids.name() || |
| property_name == properties->rssi.name() || |
| property_name == properties->tx_power.name() || |
| - property_name == properties->service_data.name()) { |
| + property_name == properties->service_data.name() || |
| + property_name == properties->manufacturer_data.name() || |
|
ortuno
2016/10/14 00:15:10
Add these to the DeviceChanged docs.
puthik_chromium
2016/10/17 23:30:32
I can't find the DeviceChanged docs that mention e
ortuno
2016/10/18 01:41:18
https://cs.chromium.org/chromium/src/device/blueto
puthik_chromium
2016/11/02 23:20:37
Done.
|
| + property_name == properties->flags.name()) { |
| NotifyDeviceChanged(device_bluez); |
| } |