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
3 // found in the LICENSE file.
5 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_WIN_H_
6 #define DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_WIN_H_
10 #include "base/basictypes.h"
11 #include "device/bluetooth/bluetooth_init_win.h"
12 #include "device/bluetooth/bluetooth_service_record.h"
16 class BluetoothServiceRecordWin
: public BluetoothServiceRecord
{
18 BluetoothServiceRecordWin(const std::string
& name
,
19 const std::string
& address
,
23 BTH_ADDR
bth_addr() const {
30 DISALLOW_COPY_AND_ASSIGN(BluetoothServiceRecordWin
);
35 #endif // DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_WIN_H_