[email protected] | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 1 | // 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] | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 7 | namespace device { |
8 | |||||
Chris Watkins | 52eb8689 | 2017-11-30 06:52:26 | [diff] [blame] | 9 | BluetoothGattCharacteristic::BluetoothGattCharacteristic() = default; |
[email protected] | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 10 | |
Chris Watkins | 52eb8689 | 2017-11-30 06:52:26 | [diff] [blame] | 11 | BluetoothGattCharacteristic::~BluetoothGattCharacteristic() = default; |
tommyt | 0348fa6 | 2016-03-14 22:12:28 | [diff] [blame] | 12 | |
[email protected] | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 13 | } // namespace device |