diff options
Diffstat (limited to 'api/direct_bt/GATTService.hpp')
-rw-r--r-- | api/direct_bt/GATTService.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/direct_bt/GATTService.hpp b/api/direct_bt/GATTService.hpp index 6f0bc71c..763298bc 100644 --- a/api/direct_bt/GATTService.hpp +++ b/api/direct_bt/GATTService.hpp @@ -40,6 +40,8 @@ #include "OctetTypes.hpp" #include "ATTPDUTypes.hpp" +#include "DBTTypes.hpp" + #include "GATTCharacteristic.hpp" #include "JavaUplink.hpp" @@ -61,7 +63,7 @@ namespace direct_bt { * including its list of Characteristic Declarations, * which also may include its client config if available. */ - class GATTService : public JavaUplink { + class GATTService : public DBTObject { private: /** Service's device weak back-reference */ std::weak_ptr<DBTDevice> wbr_device; |