diff options
Diffstat (limited to 'api/direct_bt/HCIHandler.hpp')
-rw-r--r-- | api/direct_bt/HCIHandler.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/direct_bt/HCIHandler.hpp b/api/direct_bt/HCIHandler.hpp index 2fe37b48..50de109f 100644 --- a/api/direct_bt/HCIHandler.hpp +++ b/api/direct_bt/HCIHandler.hpp @@ -168,6 +168,8 @@ namespace direct_bt { static const pid_t pidSelf; + const HCIEnv & env; + private: class HCIConnection { private: @@ -214,7 +216,6 @@ namespace direct_bt { static MgmtEvent::Opcode translate(HCIEventType evt, HCIMetaEventType met) noexcept; - const HCIEnv & env; const uint16_t dev_id; POctets rbuffer; HCIComm comm; |