Chromium Code Reviews| Index: components/arc/bluetooth/arc_bluetooth_bridge.cc |
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.cc b/components/arc/bluetooth/arc_bluetooth_bridge.cc |
| index 41725f6c8b92fb8a1c4f1d27031180e825bf6f15..bf03ccf4256d814be36ec8bbf2b0a8416dca0859 100644 |
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.cc |
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.cc |
| @@ -1542,7 +1542,7 @@ ArcBluetoothBridge::GetAdvertisingData(BluetoothDevice* device) const { |
| advertising_data.push_back(std::move(local_name)); |
| // ServiceUuid |
| - BluetoothDevice::UUIDList uuid_list = device->GetServiceDataUUIDs(); |
|
ortuno
2016/08/15 15:46:57
There is more to fix in this function. I would rec
puthik_chromium
2016/08/15 21:19:01
Sorry. I was careless. Fixed.
|
| + BluetoothDevice::UUIDList uuid_list = device->GetUUIDs(); |
| if (uuid_list.size() > 0) { |
| mojom::BluetoothAdvertisingDataPtr service_uuids = |
| mojom::BluetoothAdvertisingData::New(); |