| Index: device/bluetooth/test/bluetooth_test_win.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_win.h b/device/bluetooth/test/bluetooth_test_win.h
|
| index 2fea2aca729450fe651e13d981bf0a67307dbe19..eeeb068d39ec2177e8438d92c337157ed646c037 100644
|
| --- a/device/bluetooth/test/bluetooth_test_win.h
|
| +++ b/device/bluetooth/test/bluetooth_test_win.h
|
| @@ -30,6 +30,10 @@ class BluetoothTestWin : public BluetoothTestBase {
|
| bool DenyPermission() override;
|
| void StartLowEnergyDiscoverySession() override;
|
| BluetoothDevice* DiscoverLowEnergyDevice(int device_ordinal) override;
|
| + void SimulateGattConnection(BluetoothDevice* device) override;
|
| + void SimulateGattServicesDiscovered(
|
| + BluetoothDevice* device,
|
| + const std::vector<std::string>& uuids) override;
|
|
|
| private:
|
| scoped_refptr<base::TestSimpleTaskRunner> ui_task_runner_;
|
|
|