android_mt6572_jiabo/external/libweave/examples/provider/bluez_client.cc
2025-09-05 16:56:03 +08:00

14 lines
365 B
C++

// Copyright 2015 The Weave Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "examples/provider/bluez_client.h"
namespace weave {
namespace examples {
BluetoothImpl::BluetoothImpl() {}
BluetoothImpl::~BluetoothImpl() {}
} // namespace examples
} // namespace weave