Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#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::@45 |
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.