OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_ | 5 #ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_ |
6 #define DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_ | 6 #define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_ |
7 | 7 |
8 #include <stdint.h> | 8 #include <stdint.h> |
9 | 9 |
10 #include "base/macros.h" | 10 #include "base/macros.h" |
11 #include "device/bluetooth/bluetooth_device.h" | 11 #include "device/bluetooth/bluetooth_device.h" |
12 #include "device/bluetooth/dbus/bluetooth_agent_service_provider.h" | 12 #include "device/bluetooth/dbus/bluetooth_agent_service_provider.h" |
13 | 13 |
14 namespace bluez { | 14 namespace bluez { |
15 | 15 |
16 class BluetoothDeviceBlueZ; | 16 class BluetoothDeviceBlueZ; |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 bluez::BluetoothAgentServiceProvider::Delegate::PasskeyCallback | 141 bluez::BluetoothAgentServiceProvider::Delegate::PasskeyCallback |
142 passkey_callback_; | 142 passkey_callback_; |
143 bluez::BluetoothAgentServiceProvider::Delegate::ConfirmationCallback | 143 bluez::BluetoothAgentServiceProvider::Delegate::ConfirmationCallback |
144 confirmation_callback_; | 144 confirmation_callback_; |
145 | 145 |
146 DISALLOW_COPY_AND_ASSIGN(BluetoothPairingBlueZ); | 146 DISALLOW_COPY_AND_ASSIGN(BluetoothPairingBlueZ); |
147 }; | 147 }; |
148 | 148 |
149 } // namespace bluez | 149 } // namespace bluez |
150 | 150 |
151 #endif // DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_ | 151 #endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_ |
OLD | NEW |