Vitaly Buka | 4615e0d | 2015-10-14 15:35:12 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Weave Authors. All rights reserved. |
Robert Ginda | 35ab095 | 2015-09-11 16:23:07 -0700 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 5 | #include "examples/provider/bluez_client.h" |
Robert Ginda | 35ab095 | 2015-09-11 16:23:07 -0700 | [diff] [blame] | 6 | |
| 7 | namespace weave { |
| 8 | namespace examples { |
| 9 | |
Vitaly Buka | 4ebd329 | 2015-09-23 18:04:17 -0700 | [diff] [blame] | 10 | BluetoothImpl::BluetoothImpl() {} |
| 11 | BluetoothImpl::~BluetoothImpl() {} |
Robert Ginda | 35ab095 | 2015-09-11 16:23:07 -0700 | [diff] [blame] | 12 | |
| 13 | } // namespace examples |
| 14 | } // namespace weave |