| 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 63e8f9fa82533d96b387221b235fbab5d6985e40..20e235844dcff02c0d4b788a700227fb50b7379e 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -27,6 +27,10 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| void InitWithoutDefaultAdapter() override;
|
| void InitWithFakeAdapter() override;
|
| void DiscoverLowEnergyDevice(int device_ordinal) override;
|
| + void CompleteGattConnection(BluetoothDevice* device) override;
|
| + void FailGattConnection(BluetoothDevice* device,
|
| + BluetoothDevice::ConnectErrorCode) override;
|
| + void CompleteGattDisconnection(BluetoothDevice* device) override;
|
|
|
| base::android::ScopedJavaGlobalRef<jobject> j_fake_bluetooth_adapter_;
|
| };
|
|
|