blob: 5342bcb4dc9d2de18f15bdd2b2f376ff580bebb9 [file] [log] [blame]
Vitaly Buka4615e0d2015-10-14 15:35:12 -07001// Copyright 2015 The Weave Authors. All rights reserved.
Robert Ginda35ab0952015-09-11 16:23:07 -07002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Johan Euphrosine3523fdd2015-10-14 20:46:05 -07005#include "examples/provider/bluez_client.h"
Robert Ginda35ab0952015-09-11 16:23:07 -07006
7namespace weave {
8namespace examples {
9
Vitaly Buka4ebd3292015-09-23 18:04:17 -070010BluetoothImpl::BluetoothImpl() {}
11BluetoothImpl::~BluetoothImpl() {}
Robert Ginda35ab0952015-09-11 16:23:07 -070012
13} // namespace examples
14} // namespace weave