|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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. | |
| uint16_t | interval |
| Connection interval. | |
| 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.
| 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.
| 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.