|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Connection Remote Info Structure. More...
#include <zephyr/bluetooth/conn.h>
Data Fields | |
| uint8_t | type |
| Connection Type. | |
| uint8_t | version |
| Remote Link Layer version. | |
| uint16_t | manufacturer |
| Remote manufacturer identifier. | |
| uint16_t | subversion |
| Per-manufacturer unique revision. | |
| union { | |
| struct bt_conn_le_remote_info le | |
| LE connection remote info. More... | |
| struct bt_conn_br_remote_info br | |
| BR/EDR connection remote info. More... | |
| }; | |
Connection Remote Info Structure.
CONFIG_BT_REMOTE_VERSION is enabled. | union { ... } bt_conn_remote_info |
| struct bt_conn_br_remote_info bt_conn_remote_info::br |
BR/EDR connection remote info.
| struct bt_conn_le_remote_info bt_conn_remote_info::le |
LE connection remote info.
| uint16_t bt_conn_remote_info::manufacturer |
Remote manufacturer identifier.
| uint16_t bt_conn_remote_info::subversion |
Per-manufacturer unique revision.
| uint8_t bt_conn_remote_info::type |
Connection Type.
| uint8_t bt_conn_remote_info::version |
Remote Link Layer version.