Avi Drissman | 0db8484 | 2022-09-13 19:47:04 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors |
armansito@chromium.org | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 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 | |
armansito@chromium.org | 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; |
armansito@chromium.org | 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 | |
armansito@chromium.org | a9154e3 | 2014-02-11 04:29:57 | [diff] [blame] | 13 | } // namespace device |