Bluetooth: doc: Use proper grouping for APIs

Change-Id: Ifb3483d300409d280ca12aef5f49a983eff92496
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-05-16 19:54:24 +03:00
commit 37c0944d05
8 changed files with 87 additions and 0 deletions

View file

@ -20,6 +20,13 @@
#ifndef __BT_CONN_H
#define __BT_CONN_H
/**
* @brief Connection management
* @defgroup bt_conn Connection management
* @ingroup bluetooth
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@ -430,4 +437,8 @@ struct bt_conn *bt_conn_create_br(const bt_addr_t *peer,
}
#endif
/**
* @}
*/
#endif /* __BT_CONN_H */