Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: device/bluetooth/bluez/bluetooth_pairing_bluez.h

Issue 1898643002: Refactor device::BluetoothGattXXX classes to split into remote/local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.cc ('k') | device/bluetooth/bluez/bluetooth_pairing_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698