|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
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 bt_conn_info::le | |
| LE Connection specific Info. More... | |
| struct bt_conn_br_info bt_conn_info::br | |
| BR/EDR Connection specific Info. More... | |
| struct bt_conn_sco_info bt_conn_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.