| Index: device/bluetooth/test/bluetooth_test_bluez.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_bluez.h b/device/bluetooth/test/bluetooth_test_bluez.h
|
| index 3f14e14e566ea21179efb6336458e6fec4ce21ff..adcfd0e5e2f95db7a9ee012374c20352285f54cf 100644
|
| --- a/device/bluetooth/test/bluetooth_test_bluez.h
|
| +++ b/device/bluetooth/test/bluetooth_test_bluez.h
|
| @@ -57,6 +57,14 @@ class BluetoothTestBlueZ : public BluetoothTestBase {
|
| const std::vector<uint8_t>& value_to_write,
|
| const base::Closure& success_callback,
|
| const base::Closure& error_callback) override;
|
| + bool SimulateLocalGattCharacteristicNotificationsRequest(
|
| + BluetoothLocalGattService* service,
|
| + BluetoothLocalGattCharacteristic* characteristic,
|
| + bool start) override;
|
| + bool SimulateLocalGattCharacteristicSendValueUpdate(
|
| + BluetoothLocalGattService* service,
|
| + BluetoothLocalGattCharacteristic* characteristic,
|
| + const std::vector<uint8_t>& new_value) override;
|
| std::vector<BluetoothLocalGattService*> RegisteredGattServices() override;
|
|
|
| private:
|
|
|