Skip to content

Commit d11c0a1

Browse files
umapraseedacarlescufi
authored andcommitted
doc: Doxygen fixes in conn.h
Fixes the issue of some doxygen comments not being visible in the documentation. Signed-off-by: Uma Praseeda <[email protected]>
1 parent 2b757f1 commit d11c0a1

File tree

1 file changed

+7
-7
lines changed
  • include/zephyr/bluetooth

1 file changed

+7
-7
lines changed

include/zephyr/bluetooth/conn.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ enum {
9898

9999
/** Preferred PHY parameters for LE connections */
100100
struct bt_conn_le_phy_param {
101-
uint16_t options; /** Connection PHY options. */
102-
uint8_t pref_tx_phy; /** Bitmask of preferred transmit PHYs */
103-
uint8_t pref_rx_phy; /** Bitmask of preferred receive PHYs */
101+
uint16_t options; /**< Connection PHY options. */
102+
uint8_t pref_tx_phy; /**< Bitmask of preferred transmit PHYs */
103+
uint8_t pref_rx_phy; /**< Bitmask of preferred receive PHYs */
104104
};
105105

106106
/** Initialize PHY parameters
@@ -298,9 +298,9 @@ struct bt_conn_le_info {
298298
const bt_addr_le_t *local;
299299
/** Remote device address used during connection setup. */
300300
const bt_addr_le_t *remote;
301-
uint16_t interval; /** Connection interval */
302-
uint16_t latency; /** Connection peripheral latency */
303-
uint16_t timeout; /** Connection supervision timeout */
301+
uint16_t interval; /**< Connection interval */
302+
uint16_t latency; /**< Connection peripheral latency */
303+
uint16_t timeout; /**< Connection supervision timeout */
304304

305305
#if defined(CONFIG_BT_USER_PHY_UPDATE)
306306
const struct bt_conn_le_phy_info *phy;
@@ -329,7 +329,7 @@ struct bt_conn_le_info {
329329

330330
/** BR/EDR Connection Info Structure */
331331
struct bt_conn_br_info {
332-
const bt_addr_t *dst; /** Destination (Remote) BR/EDR address */
332+
const bt_addr_t *dst; /**< Destination (Remote) BR/EDR address */
333333
};
334334

335335
enum {

0 commit comments

Comments
 (0)