Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
#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 | |
}; | |
Connection Info Structure
union { ... } bt_conn_info::@51 |
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.
uint8_t bt_conn_info::type |
Connection Type.