| Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| index cafbdae2a0dc9a350ee020f568c89380acfaf7d1..ebd7370accdb1d8e191f1577b4883c9ae017ef3b 100644
|
| --- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| @@ -103,6 +103,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
| void SetDiscoverable(bool discoverable,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) override;
|
| + uint32_t GetDiscoverableTimeout() const;
|
| bool IsDiscovering() const override;
|
| void CreateRfcommService(
|
| const device::BluetoothUUID& uuid,
|
|
|