| Index: device/bluetooth/bluetooth_device_android.h
|
| diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
|
| index 76a7bf8a5a41dc878dbb9a709103fb7e8b573aa9..dbf4c42163913e1c37a1b3302cb6dfa65cf4b720 100644
|
| --- a/device/bluetooth/bluetooth_device_android.h
|
| +++ b/device/bluetooth/bluetooth_device_android.h
|
| @@ -49,10 +49,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
|
| return static_cast<BluetoothAdapterAndroid*>(adapter_);
|
| }
|
|
|
| - // Replaces cached copy of advertised UUIDs discovered during a scan.
|
| - void UpdateAdvertisedUUIDs(
|
| - jobjectArray advertised_uuids); // Java Type: String[]
|
| -
|
| // BluetoothDevice:
|
| uint32_t GetBluetoothClass() const override;
|
| std::string GetAddress() const override;
|
|
|