diff options
author | Sven Gothel <[email protected]> | 2022-05-22 03:54:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-22 03:54:46 +0200 |
commit | 82ccb78a8543bf712be591f93fd728ed65b440b4 (patch) | |
tree | dedd39b2204c880bfe3a9f503d3aaf261b4911dc /api/direct_bt/L2CAPIoctl.hpp | |
parent | 27446a9fe2cbb514209347a3ba77af467b01b92a (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/L2CAPIoctl.hpp')
-rw-r--r-- | api/direct_bt/L2CAPIoctl.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/direct_bt/L2CAPIoctl.hpp b/api/direct_bt/L2CAPIoctl.hpp index 442dd5b7..a4dfa5d9 100644 --- a/api/direct_bt/L2CAPIoctl.hpp +++ b/api/direct_bt/L2CAPIoctl.hpp @@ -93,6 +93,11 @@ extern "C" { #include <sys/socket.h> } /* extern "C" */ +/** \addtogroup DBTSystemAPI + * + * @{ + */ + /** * Information from include/net/bluetooth/l2cap.h * Mixed with own comments. @@ -546,4 +551,6 @@ struct l2cap_le_credits { __le16 credits; } __packed; +/**@}*/ + #endif /* L2CAP_IOCTL_HPP_ */ |