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

Connection Info Structure. More...

#include <conn.h>

Data Fields

enum bt_conn_type type
 Connection Type.
 
uint8_t role
 Connection Role.
 
uint8_t id
 Which local identity the connection was created with.
 
union {
   struct bt_conn_le_info   le
 LE Connection specific Info. More...
 
   struct bt_conn_br_info   br
 BR/EDR Connection specific Info. More...
 
}; 
 Connection Type specific Info.
 
enum bt_conn_state state
 Connection state.
 
struct bt_security_info security
 Security specific info.
 

Detailed Description

Connection Info Structure.

Field Documentation

◆ 

union { ... } bt_conn_info::@56

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.

◆ security

struct bt_security_info bt_conn_info::security

Security specific info.

◆ state

enum bt_conn_state bt_conn_info::state

Connection state.

◆ type

enum bt_conn_type bt_conn_info::type

Connection Type.


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