| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index 584b46e30049bfdb81675f83d47e48bdfdbfb469..290faa61a3e5380e5e1329502fecad3bd2c955a5 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -62,6 +62,8 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| BluetoothGattService::GattErrorCode) override;
|
| void SimulateGattCharacteristicWriteWillFailSynchronouslyOnce(
|
| BluetoothGattCharacteristic* characteristic) override;
|
| + void SimulateGattDescriptor(BluetoothGattCharacteristic* characteristic,
|
| + const std::string& uuid) override;
|
|
|
| // Records that Java FakeBluetoothDevice connectGatt was called.
|
| void OnFakeBluetoothDeviceConnectGattCalled(
|
|
|