aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTSecurityRegistry.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-22 03:54:46 +0200
committerSven Gothel <[email protected]>2022-05-22 03:54:46 +0200
commit82ccb78a8543bf712be591f93fd728ed65b440b4 (patch)
treededd39b2204c880bfe3a9f503d3aaf261b4911dc /api/direct_bt/BTSecurityRegistry.hpp
parent27446a9fe2cbb514209347a3ba77af467b01b92a (diff)
Adding C++ module/groups to separate the C++ API levels for the user; Adding reference to perihperal-server mode to overview.v2.7.1
Diffstat (limited to 'api/direct_bt/BTSecurityRegistry.hpp')
-rw-r--r--api/direct_bt/BTSecurityRegistry.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/api/direct_bt/BTSecurityRegistry.hpp b/api/direct_bt/BTSecurityRegistry.hpp
index a6c89765..0069b4fa 100644
--- a/api/direct_bt/BTSecurityRegistry.hpp
+++ b/api/direct_bt/BTSecurityRegistry.hpp
@@ -33,12 +33,22 @@
namespace direct_bt {
+ /** \addtogroup DBTUserAPI
+ *
+ * @{
+ */
+
/**
* Application toolkit providing BT security setup and its device association
* on a pattern matching basis, i.e. EUI48Sub or name-sub.
*/
namespace BTSecurityRegistry {
+ /** \addtogroup DBTUserAPI
+ *
+ * @{
+ */
+
struct Entry {
static constexpr int NO_PASSKEY = -1;
@@ -229,8 +239,12 @@ namespace direct_bt {
std::string allToString() noexcept;
+ /**@}*/
+
} // namespace BTSecurityRegistry
+ /**@}*/
+
} // namespace direct_bt
#endif /* DBT_SEC_SETTINGS_HPP_ */