bluetooth_remote_gatt_descriptor.cc 497 B

12345678910111213141516171819
  1. // Copyright 2016 The Chromium 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. #include "device/bluetooth/bluetooth_remote_gatt_descriptor.h"
  5. #include <stddef.h>
  6. #include <vector>
  7. #include "base/lazy_instance.h"
  8. namespace device {
  9. BluetoothRemoteGattDescriptor::BluetoothRemoteGattDescriptor() = default;
  10. BluetoothRemoteGattDescriptor::~BluetoothRemoteGattDescriptor() = default;
  11. } // namespace device