Skip to content

Commit 8bef32c

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 <[email protected]>
1 parent e219da1 commit 8bef32c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

include/zephyr/bluetooth/bluetooth.h

+20
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,16 @@ struct bt_le_ext_adv_cb {
285285
#endif /* defined(CONFIG_BT_PER_ADV_RSP) */
286286
};
287287

288+
/**
289+
* bt_gap
290+
* @}
291+
*/
292+
293+
/**
294+
* @addtogroup bluetooth
295+
* @{
296+
*/
297+
288298
/**
289299
* @typedef bt_ready_cb_t
290300
* @brief Callback for notifying that Bluetooth has been enabled.
@@ -342,6 +352,15 @@ int bt_disable(void);
342352
*/
343353
bool bt_is_ready(void);
344354

355+
/**
356+
* bluetooth
357+
* @}
358+
*/
359+
360+
/**
361+
* @addtogroup bt_gap
362+
*/
363+
345364
/**
346365
* @brief Set Bluetooth Device Name
347366
*
@@ -3126,6 +3145,7 @@ int bt_le_per_adv_set_response_data(struct bt_le_per_adv_sync *per_adv_sync,
31263145
bool bt_le_bond_exists(uint8_t id, const bt_addr_le_t *addr);
31273146

31283147
/**
3148+
* bt_gap
31293149
* @}
31303150
*/
31313151

0 commit comments

Comments
 (0)