diff options
Diffstat (limited to 'api/direct_bt/GATTHandler.hpp')
-rw-r--r-- | api/direct_bt/GATTHandler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/GATTHandler.hpp b/api/direct_bt/GATTHandler.hpp index 913355c0..2befd51e 100644 --- a/api/direct_bt/GATTHandler.hpp +++ b/api/direct_bt/GATTHandler.hpp @@ -165,7 +165,7 @@ namespace direct_bt { std::atomic<pthread_t> l2capReaderThreadId; std::atomic<bool> l2capReaderRunning; std::atomic<bool> l2capReaderShallStop; - std::mutex mtx_l2capReaderInit; + std::mutex mtx_l2capReaderLifecycle; std::condition_variable cv_l2capReaderInit; /** send immediate confirmation of indication events from device, defaults to true. */ |