diff options
Diffstat (limited to 'api/direct_bt/DBTManager.hpp')
-rw-r--r-- | api/direct_bt/DBTManager.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/api/direct_bt/DBTManager.hpp b/api/direct_bt/DBTManager.hpp index d2a3af3b..d7a7267b 100644 --- a/api/direct_bt/DBTManager.hpp +++ b/api/direct_bt/DBTManager.hpp @@ -95,7 +95,7 @@ namespace direct_bt { /** * Debug all Mgmt event communication * <p> - * Environment variable is 'direct_bt.debug.manager.event'. + * Environment variable is 'direct_bt.debug.mgmt.event'. * </p> */ const bool DEBUG_EVENT; @@ -127,10 +127,7 @@ namespace direct_bt { * Implementation utilizes a lock free ringbuffer receiving data within its separate thread. * </p> * <p> - * Controlling Environment variables: - * <pre> - * - 'direct_bt.debug.manager.event': Debug messages about events, see debug_event - * </pre> + * Controlling Environment variables, see {@link MgmtEnv}. * </p> */ class DBTManager : public JavaUplink { |