diff options
Diffstat (limited to 'api/direct_bt/BTIoctl.hpp')
-rw-r--r-- | api/direct_bt/BTIoctl.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/direct_bt/BTIoctl.hpp b/api/direct_bt/BTIoctl.hpp index 27f9e196..80cce891 100644 --- a/api/direct_bt/BTIoctl.hpp +++ b/api/direct_bt/BTIoctl.hpp @@ -87,6 +87,11 @@ extern "C" { #include <netinet/in.h> // Already exported named by OS } /* extern "C" */ +/** \addtogroup DBTSystemAPI + * + * @{ + */ + /** * Information from include/net/bluetooth/bluetooth.h */ @@ -196,4 +201,6 @@ enum { BT_CLOSED }; +/**@}*/ + #endif /* BT_IOCTL_HPP_ */ |