diff options
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_ */ |