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:
parent
58a1568943
commit
0dc25e3849
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue