Skip to content

Commit ae466ef

Browse files
committed
Bluetooth: Doc: Update doxygen groups
Move top most level Bluetooth subsystem related APIs (enable, disable, etc.) under 'bluetooth' group, and rest under 'bt_gap' group. Signed-off-by: Omkar Kulkarni <omkar.kulkarni@nordicsemi.no>
1 parent e219da1 commit ae466ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

include/zephyr/bluetooth/bluetooth.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ struct bt_le_ext_adv_cb {
285285
#endif /* defined(CONFIG_BT_PER_ADV_RSP) */
286286
};
287287

288+
/**
289+
* bt_gap
290+
* @}
291+
*/
292+
288293
/**
289294
* @typedef bt_ready_cb_t
290295
* @brief Callback for notifying that Bluetooth has been enabled.
@@ -342,6 +347,11 @@ int bt_disable(void);
342347
*/
343348
bool bt_is_ready(void);
344349

350+
/**
351+
* @addtogroup bt_gap
352+
* @{
353+
*/
354+
345355
/**
346356
* @brief Set Bluetooth Device Name
347357
*
@@ -3126,6 +3136,7 @@ int bt_le_per_adv_set_response_data(struct bt_le_per_adv_sync *per_adv_sync,
31263136
bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
31273137

31283138
/**
3139+
* bt_gap
31293140
* @}
31303141
*/
31313142

0 commit comments

Comments
 (0)