From 7c9f266cdb37e215279208198dfe009dc66c5daa Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 21 Feb 2015 10:28:00 +0100 Subject: o Creating a class to access GATT. --- ble/Bluetooth.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ble/Bluetooth.cpp') diff --git a/ble/Bluetooth.cpp b/ble/Bluetooth.cpp index 4ceb3b6..31f82e3 100644 --- a/ble/Bluetooth.cpp +++ b/ble/Bluetooth.cpp @@ -145,6 +145,16 @@ AttributeData::AttributeData(uint16_t handle, ByteBuffer value) : AttributeData::~AttributeData() { } +// ----------------------------------------------------------------------- +// Gatt +// ----------------------------------------------------------------------- + +BluetoothGatt::BluetoothGatt() { +} + +BluetoothGatt::~BluetoothGatt() { +} + // ----------------------------------------------------------------------- // Device // ----------------------------------------------------------------------- -- cgit v1.2.3