aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTDevice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt/BTDevice.hpp')
-rw-r--r--api/direct_bt/BTDevice.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/direct_bt/BTDevice.hpp b/api/direct_bt/BTDevice.hpp
index 56333965..eeb421fc 100644
--- a/api/direct_bt/BTDevice.hpp
+++ b/api/direct_bt/BTDevice.hpp
@@ -51,6 +51,11 @@ namespace direct_bt {
// *************************************************
// *************************************************
+ /** \addtogroup DBTUserAPI
+ *
+ * @{
+ */
+
class BTAdapter; // forward
class AdapterStatusListener; // forward
typedef std::shared_ptr<AdapterStatusListener> AdapterStatusListenerRef; // forward
@@ -70,6 +75,7 @@ namespace direct_bt {
* @see [BTAdapter roles](@ref BTAdapterRoles).
* @see [BTGattHandler roles](@ref BTGattHandlerRoles).
* @see [Bluetooth Specification](https://www.bluetooth.com/specifications/bluetooth-core-specification/)
+ * @see [Direct-BT Overview](namespacedirect__bt.html#details)
*/
class BTDevice : public BTObject
{
@@ -1212,6 +1218,8 @@ namespace direct_bt {
typedef std::shared_ptr<BTDevice> BTDeviceRef;
+ /**@}*/
+
} // namespace direct_bt
#endif /* BT_DEVICE_HPP_ */