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

#include <conn.h>

Data Fields

uint8_t type
 
uint8_t role
 
uint8_t id
 
union {
   struct bt_conn_le_info   le
 
   struct bt_conn_br_info   br
 
}; 
 

Detailed Description

Connection Info Structure

Field Documentation

◆ 

union { ... } bt_conn_info::@45

Connection Type specific Info.

◆ br

struct bt_conn_br_info bt_conn_info::br

BR/EDR Connection specific Info.

◆ id

uint8_t bt_conn_info::id

Which local identity the connection was created with

◆ le

struct bt_conn_le_info bt_conn_info::le

LE Connection specific Info.

◆ role

uint8_t bt_conn_info::role

Connection Role.

◆ type

uint8_t bt_conn_info::type

Connection Type.


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