[go: nahoru, domu]

blob: a68c9be27413c94ad6edd536a72aee78ac4fc8b8 [file] [log] [blame]
Avi Drissman0db84842022-09-13 19:47:041// Copyright 2014 The Chromium Authors
armansito@chromium.orga9154e32014-02-11 04:29:572// 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.orga9154e32014-02-11 04:29:577namespace device {
8
Chris Watkins52eb86892017-11-30 06:52:269BluetoothGattCharacteristic::BluetoothGattCharacteristic() = default;
armansito@chromium.orga9154e32014-02-11 04:29:5710
Chris Watkins52eb86892017-11-30 06:52:2611BluetoothGattCharacteristic::~BluetoothGattCharacteristic() = default;
tommyt0348fa62016-03-14 22:12:2812
armansito@chromium.orga9154e32014-02-11 04:29:5713} // namespace device