1 // Copyright 2015 The Weave 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. 4 5 #include "examples/provider/bluez_client.h" 6 7 namespace weave { 8 namespace examples { 9 BluetoothImpl()10BluetoothImpl::BluetoothImpl() {} ~BluetoothImpl()11BluetoothImpl::~BluetoothImpl() {} 12 13 } // namespace examples 14 } // namespace weave 15