Bluetooth: doc: Use proper grouping for APIs
Change-Id: Ifb3483d300409d280ca12aef5f49a983eff92496 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
083a7ad0df
commit
37c0944d05
8 changed files with 87 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue