![]() |
Zephyr API 3.6.99
|
LE Connection Info Structure. More...
#include <conn.h>
Data Fields | ||
| const bt_addr_le_t * | src | |
| Source (Local) Identity Address. | ||
| const bt_addr_le_t * | dst | |
| Destination (Remote) Identity Address or remote Resolvable Private Address (RPA) before identity has been resolved. | ||
| const bt_addr_le_t * | local | |
| Local device address used during connection setup. | ||
| const bt_addr_le_t * | remote | |
| Remote device address used during connection setup. | ||
| uint32_t | interval_us | |
| Connection interval in microseconds. | ||
| union { | ||
| uint16_t interval | ||
| Connection interval in units of 1.25 ms. More... | ||
| }; | ||
| uint16_t | latency | |
| Connection peripheral latency. | ||
| uint16_t | timeout | |
| Connection supervision timeout. | ||
| const struct bt_conn_le_phy_info * | phy | |
| const struct bt_conn_le_data_len_info * | data_len | |
LE Connection Info Structure.
| union { ... } bt_conn_le_info |
| const struct bt_conn_le_data_len_info* bt_conn_le_info::data_len |
| const bt_addr_le_t* bt_conn_le_info::dst |
Destination (Remote) Identity Address or remote Resolvable Private Address (RPA) before identity has been resolved.
| uint16_t bt_conn_le_info::interval |
Connection interval in units of 1.25 ms.
| uint32_t bt_conn_le_info::interval_us |
Connection interval in microseconds.
| uint16_t bt_conn_le_info::latency |
Connection peripheral latency.
| const bt_addr_le_t* bt_conn_le_info::local |
Local device address used during connection setup.
| const struct bt_conn_le_phy_info* bt_conn_le_info::phy |
| const bt_addr_le_t* bt_conn_le_info::remote |
Remote device address used during connection setup.
| const bt_addr_le_t* bt_conn_le_info::src |
Source (Local) Identity Address.
| uint16_t bt_conn_le_info::timeout |
Connection supervision timeout.