aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/GATTCharacteristic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt/GATTCharacteristic.hpp')
-rw-r--r--api/direct_bt/GATTCharacteristic.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/direct_bt/GATTCharacteristic.hpp b/api/direct_bt/GATTCharacteristic.hpp
index 67274a32..56d00f3b 100644
--- a/api/direct_bt/GATTCharacteristic.hpp
+++ b/api/direct_bt/GATTCharacteristic.hpp
@@ -40,6 +40,8 @@
#include "OctetTypes.hpp"
#include "ATTPDUTypes.hpp"
+#include "DBTTypes.hpp"
+
#include "GATTDescriptor.hpp"
#include "JavaUplink.hpp"
@@ -71,7 +73,7 @@ namespace direct_bt {
* and the value the Characteristics Property, Characteristics Value Handle _and_ Characteristics UUID.
* </p>
*/
- class GATTCharacteristic : public JavaUplink {
+ class GATTCharacteristic : public DBTObject {
private:
/** Characteristics's service weak back-reference */
std::weak_ptr<GATTService> wbr_service;