summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTGattChar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt/BTGattChar.hpp')
-rw-r--r--api/direct_bt/BTGattChar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/BTGattChar.hpp b/api/direct_bt/BTGattChar.hpp
index c500ffc2..8882778a 100644
--- a/api/direct_bt/BTGattChar.hpp
+++ b/api/direct_bt/BTGattChar.hpp
@@ -556,6 +556,7 @@ namespace direct_bt {
bool operator!=(const BTGattCharListener& rhs) const noexcept
{ return !(*this == rhs); }
};
+ typedef std::shared_ptr<BTGattCharListener> BTGattCharListenerRef;
class AssociatedBTGattCharListener : public BTGattCharListener {
private: