![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines the associated parameter type in the callback for BT_GAP_LE_CONNECTION_UPDATE_IND event. More...
#include <bt_gap_le.h>
Data Fields | |
| bt_handle_t | conn_handle |
| Connection handle. More... | |
| uint16_t | conn_interval |
| Updated connection interval. More... | |
| uint16_t | conn_latency |
| Updated connection latency. More... | |
| uint16_t | supervision_timeout |
| Updated supervision timeout. More... | |
This structure defines the associated parameter type in the callback for BT_GAP_LE_CONNECTION_UPDATE_IND event.
Connection update indication, an event sent to the application after the controller has already updated the connection parameters to indicate the connection is updated.
| bt_handle_t conn_handle |
Connection handle.
| uint16_t conn_interval |
Updated connection interval.
| uint16_t conn_latency |
Updated connection latency.
| uint16_t supervision_timeout |
Updated supervision timeout.