blob: 9f9345ab5467a794c311b1f60b5f18794f3c80b1 [file] [log] [blame]
[email protected]a9154e32014-02-11 04:29:571// Copyright 2014 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
5#include "device/bluetooth/bluetooth_gatt_characteristic.h"
6
[email protected]a9154e32014-02-11 04:29:577namespace device {
8
Chris Watkins52eb86892017-11-30 06:52:269BluetoothGattCharacteristic::BluetoothGattCharacteristic() = default;
[email protected]a9154e32014-02-11 04:29:5710
Chris Watkins52eb86892017-11-30 06:52:2611BluetoothGattCharacteristic::~BluetoothGattCharacteristic() = default;
tommyt0348fa62016-03-14 22:12:2812
[email protected]a9154e32014-02-11 04:29:5713} // namespace device