|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Connection Info Structure. More...
#include <zephyr/bluetooth/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... | |
| struct bt_conn_sco_info sco | |
| SCO Connection specific Info. More... | |
| }; | |
| Connection Type specific Info. | |
| enum bt_conn_state | state |
| Connection state. | |
| struct bt_security_info | security |
| Security specific info. | |
Connection Info Structure.
| union { ... } bt_conn_info |
Connection Type specific Info.
| struct bt_conn_br_info bt_conn_info::br |
BR/EDR Connection specific Info.
| uint8_t bt_conn_info::id |
Which local identity the connection was created with.
| struct bt_conn_le_info bt_conn_info::le |
LE Connection specific Info.
| uint8_t bt_conn_info::role |
Connection Role.
| struct bt_conn_sco_info bt_conn_info::sco |
SCO Connection specific Info.
| struct bt_security_info bt_conn_info::security |
Security specific info.
| enum bt_conn_state bt_conn_info::state |
Connection state.
| enum bt_conn_type bt_conn_info::type |
Connection Type.