OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROMEOS_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ | 5 #ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ |
6 #define CHROMEOS_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ | 6 #define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ |
7 | 7 |
8 #include <vector> | 8 #include <vector> |
9 | 9 |
10 #include "base/bind.h" | 10 #include "base/bind.h" |
11 #include "base/callback.h" | 11 #include "base/callback.h" |
12 #include "base/observer_list.h" | 12 #include "base/observer_list.h" |
13 #include "dbus/object_path.h" | 13 #include "dbus/object_path.h" |
14 #include "dbus/property.h" | 14 #include "dbus/property.h" |
15 #include "device/bluetooth/bluetooth_export.h" | 15 #include "device/bluetooth/bluetooth_export.h" |
16 #include "device/bluetooth/dbus/bluetooth_adapter_client.h" | 16 #include "device/bluetooth/dbus/bluetooth_adapter_client.h" |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 | 108 |
109 // When set, next call to SetDiscoveryFilter would fail. | 109 // When set, next call to SetDiscoveryFilter would fail. |
110 bool set_discovery_filter_should_fail_; | 110 bool set_discovery_filter_should_fail_; |
111 | 111 |
112 // Current timeout interval used when posting delayed tasks. | 112 // Current timeout interval used when posting delayed tasks. |
113 int simulation_interval_ms_; | 113 int simulation_interval_ms_; |
114 }; | 114 }; |
115 | 115 |
116 } // namespace bluez | 116 } // namespace bluez |
117 | 117 |
118 #endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ | 118 #endif // DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ |
OLD | NEW |