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

Side by Side Diff: device/bluetooth/bluetooth_low_energy_win.h

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 5 years 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 2014 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_LOW_ENERGY_WIN_H_ 5 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_WIN_H_
6 #define DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_WIN_H_ 6 #define DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_WIN_H_
7 7
8 #include <stddef.h>
9 #include <stdint.h>
10
8 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
11 #include "base/win/scoped_handle.h" 15 #include "base/win/scoped_handle.h"
12 #include "device/bluetooth/bluetooth_export.h" 16 #include "device/bluetooth/bluetooth_export.h"
13 #include "device/bluetooth/bluetooth_low_energy_defs_win.h" 17 #include "device/bluetooth/bluetooth_low_energy_defs_win.h"
14 18
15 namespace device { 19 namespace device {
16 namespace win { 20 namespace win {
17 21
18 // Represents a device registry property value 22 // Represents a device registry property value
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 bool DEVICE_BLUETOOTH_EXPORT 120 bool DEVICE_BLUETOOTH_EXPORT
117 ExtractBluetoothAddressFromDeviceInstanceIdForTesting( 121 ExtractBluetoothAddressFromDeviceInstanceIdForTesting(
118 const std::string& instance_id, 122 const std::string& instance_id,
119 BLUETOOTH_ADDRESS* btha, 123 BLUETOOTH_ADDRESS* btha,
120 std::string* error); 124 std::string* error);
121 125
122 } // namespace win 126 } // namespace win
123 } // namespace device 127 } // namespace device
124 128
125 #endif // DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_WIN_H_ 129 #endif // DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_WIN_H_
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h ('k') | device/bluetooth/bluetooth_low_energy_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698