Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_info Struct Reference

LE Connection Info Structure. More...

#include <conn.h>

Data Fields

const bt_addr_le_tsrc
 Source (Local) Identity Address.
 
const bt_addr_le_tdst
 Destination (Remote) Identity Address or remote Resolvable Private Address (RPA) before identity has been resolved.
 
const bt_addr_le_tlocal
 Local device address used during connection setup.
 
const bt_addr_le_tremote
 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_infophy
 
const struct bt_conn_le_data_len_infodata_len
 

Detailed Description

LE Connection Info Structure.

Field Documentation

◆ data_len

const struct bt_conn_le_data_len_info* bt_conn_le_info::data_len

◆ dst

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.

◆ interval

uint16_t bt_conn_le_info::interval

Connection interval.

◆ latency

uint16_t bt_conn_le_info::latency

Connection peripheral latency.

◆ local

const bt_addr_le_t* bt_conn_le_info::local

Local device address used during connection setup.

◆ phy

const struct bt_conn_le_phy_info* bt_conn_le_info::phy

◆ remote

const bt_addr_le_t* bt_conn_le_info::remote

Remote device address used during connection setup.

◆ src

const bt_addr_le_t* bt_conn_le_info::src

Source (Local) Identity Address.

◆ timeout

uint16_t bt_conn_le_info::timeout

Connection supervision timeout.


The documentation for this struct was generated from the following file: