![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines the detail information about le connection. More...
#include <bt_gap_le.h>
Data Fields | |
| bt_handle_t | connection_handle |
| Connection handle. More... | |
| bt_role_t | role |
| Role of the local device. More... | |
| bt_addr_t | peer_addr |
| Address information of the remote device. More... | |
| bt_addr_t | local_resolvable_private_address |
| Resolvable private address used by the local device. More... | |
| bt_addr_t | peer_resolvable_private_address |
| Resolvable private address used by the remote device. More... | |
| bt_addr_t | local_addr |
| Address information of the local device. More... | |
This structure defines the detail information about le connection.
| bt_handle_t connection_handle |
Connection handle.
| bt_addr_t local_addr |
Address information of the local device.
| bt_addr_t local_resolvable_private_address |
Resolvable private address used by the local device.
It is only valid when its own address type is BT_ADDR_PUBLIC_IDENTITY or BT_ADDR_RANDOM_IDENTITY.
| bt_addr_t peer_addr |
Address information of the remote device.
| bt_addr_t peer_resolvable_private_address |
Resolvable private address used by the remote device.
It is only valid when the peer address type is BT_ADDR_PUBLIC_IDENTITY or BT_ADDR_RANDOM_IDENTITY.
| bt_role_t role |
Role of the local device.