Bluetooth: Put bluetooth.h APIs behind a GAP subgroup

This way the APIs don't dangle on their own under the master Bluetooth
group but are nicely behind a subgroup like everything else.

Change-Id: I608b6019e970db86a1bcdb29f0a52ce4a3165fbe
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-06-15 11:03:11 +03:00
commit 0dc25e3849

View file

@ -37,6 +37,13 @@
extern "C" { extern "C" {
#endif #endif
/**
* @brief Generic Access Profile
* @defgroup bt_gap Generic Access Profile
* @ingroup bluetooth
* @{
*/
/** @brief Callback for notifying that Bluetooth has been enabled. /** @brief Callback for notifying that Bluetooth has been enabled.
* *
* @param err zero on success or (negative) error code otherwise. * @param err zero on success or (negative) error code otherwise.
@ -407,10 +414,13 @@ int bt_br_set_discoverable(bool enable);
*/ */
int bt_br_set_connectable(bool enable); int bt_br_set_connectable(bool enable);
/**
* @}
*/
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
/** /**
* @} * @}
*/ */