diff options
Diffstat (limited to 'api/direct_bt/L2CAPComm.hpp')
-rw-r--r-- | api/direct_bt/L2CAPComm.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/direct_bt/L2CAPComm.hpp b/api/direct_bt/L2CAPComm.hpp index 694eab2b..f47f32cd 100644 --- a/api/direct_bt/L2CAPComm.hpp +++ b/api/direct_bt/L2CAPComm.hpp @@ -51,6 +51,11 @@ namespace direct_bt { class BTDevice; // forward + /** \addtogroup DBTSystemAPI + * + * @{ + */ + /** * L2CAP Singleton runtime environment properties * <p> @@ -322,6 +327,8 @@ namespace direct_bt { std::string toString() const noexcept override; }; + /**@}*/ + } // namespace direct_bt #endif /* L2CAP_COMM_HPP_ */ |