Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.
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_infophy
 Connection PHY info.
const struct bt_conn_le_data_len_infodata_len
 Connection maximum single fragment parameters.
const struct bt_conn_le_subrating_infosubrate
 Connection subrating parameters.

Detailed Description

LE Connection Info Structure.

Field Documentation

◆ [union]

union { ... } bt_conn_le_info

◆ data_len

const struct bt_conn_le_data_len_info* bt_conn_le_info::data_len

Connection maximum single fragment parameters.

◆ 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 in units of 1.25 ms.

Deprecated
Use bt_conn_le_info::interval_us instead

◆ interval_us

uint32_t bt_conn_le_info::interval_us

Connection interval in microseconds.

◆ 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

Connection PHY info.

◆ 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.

◆ subrate

const struct bt_conn_le_subrating_info* bt_conn_le_info::subrate

Connection subrating parameters.

◆ timeout

uint16_t bt_conn_le_info::timeout

Connection supervision timeout.


The documentation for this struct was generated from the following file:
  • include/zephyr/bluetooth/conn.h