![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines the associated parameter type in the callback for BT_GAP_LE_CONNECT_IND event. 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_bd_addr_t | local_resolvable_private_address |
| Resolvable private address used by the local device. More... | |
| bt_bd_addr_t | peer_resolvable_private_address |
| Resolvable private address used by the remote device. More... | |
| uint16_t | conn_interval |
| Connection interval on this connection. More... | |
| uint16_t | conn_latency |
| Connection latency on this connection. More... | |
| uint16_t | supervision_timeout |
| Supervision timeout on this connection. More... | |
| uint8_t | master_clock_accuracy |
| Clock accuracy in master. More... | |
| bt_addr_t | local_addr |
| Address information of the local device. More... | |
This structure defines the associated parameter type in the callback for BT_GAP_LE_CONNECT_IND event.
Connection indication, an event sent to the application once the connection is established. Application may send data after receiving the connection indication successfully.
| uint16_t conn_interval |
Connection interval on this connection.
| uint16_t conn_latency |
Connection latency on this connection.
| bt_handle_t connection_handle |
Connection handle.
| bt_addr_t local_addr |
Address information of the local device.
| bt_bd_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.
| uint8_t master_clock_accuracy |
Clock accuracy in master.
| bt_addr_t peer_addr |
Address information of the remote device.
| bt_bd_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.
| uint16_t supervision_timeout |
Supervision timeout on this connection.