|
98 | 98 |
|
99 | 99 | /** Preferred PHY parameters for LE connections */
|
100 | 100 | 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 */ |
104 | 104 | };
|
105 | 105 |
|
106 | 106 | /** Initialize PHY parameters
|
@@ -298,9 +298,9 @@ struct bt_conn_le_info {
|
298 | 298 | const bt_addr_le_t *local;
|
299 | 299 | /** Remote device address used during connection setup. */
|
300 | 300 | 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 */ |
304 | 304 |
|
305 | 305 | #if defined(CONFIG_BT_USER_PHY_UPDATE)
|
306 | 306 | const struct bt_conn_le_phy_info *phy;
|
@@ -329,7 +329,7 @@ struct bt_conn_le_info {
|
329 | 329 |
|
330 | 330 | /** BR/EDR Connection Info Structure */
|
331 | 331 | 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 */ |
333 | 333 | };
|
334 | 334 |
|
335 | 335 | enum {
|
|
0 commit comments