chromium/device/bluetooth/floss/bluetooth_local_gatt_service_floss_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "device/bluetooth/floss/bluetooth_local_gatt_service_floss.h"

#include "base/strings/stringprintf.h"
#include "base/test/bind.h"
#include "device/bluetooth/bluetooth_local_gatt_characteristic.h"
#include "device/bluetooth/floss/bluetooth_local_gatt_characteristic_floss.h"
#include "device/bluetooth/floss/floss_dbus_manager.h"
#include "device/bluetooth/test/bluetooth_test.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace floss {

namespace {

constexpr char kTestUUIDGenericService[] =;
constexpr char kTestUUIDGenericCharacteristic[] =;
constexpr char kTestUUIDGenericDescriptor[] =;

}  // namespace

class BluetoothLocalGattServiceFlossTest : public testing::Test {};

TEST_F(BluetoothLocalGattServiceFlossTest, InstanceIdsResolved) {}

}  // namespace floss