#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[] = …;
}
class BluetoothLocalGattServiceFlossTest : public testing::Test { … };
TEST_F(BluetoothLocalGattServiceFlossTest, InstanceIdsResolved) { … }
}