Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_conn_le_info Struct Reference

#include <conn.h>

Data Fields

const bt_addr_le_tsrc
 
const bt_addr_le_tdst
 
const bt_addr_le_tlocal
 
const bt_addr_le_tremote
 
uint16_t interval
 
uint16_t latency
 
uint16_t 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

◆ latency

uint16_t bt_conn_le_info::latency

Connection interval

◆ 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 supervision timeout

◆ 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 peripheral latency


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