![]() |
MT7697 API Reference
LinkIt SDK v4
|
LE connection update command. More...
#include <bt_hci.h>
Data Fields | |
| bt_handle_t | connection_handle |
| Connection handle. More... | |
| uint16_t | conn_interval_min |
| The minimum value for the connection event interval. More... | |
| uint16_t | conn_interval_max |
| The maximum value for the connection event interval. More... | |
| uint16_t | conn_latency |
| Slave latency for the connection. More... | |
| uint16_t | supervision_timeout |
| Supervision timeout for the LE link. More... | |
| uint16_t | minimum_ce_length |
| The minimum length of a connection event needed for this LE connection. More... | |
| uint16_t | maximum_ce_length |
| The maximum length of a connection event needed for this LE connection. More... | |
LE connection update command.
| uint16_t conn_interval_max |
The maximum value for the connection event interval.
The range is from 0x0006 to 0x0190.
| uint16_t conn_interval_min |
The minimum value for the connection event interval.
The range is from 0x0006 to 0x0190.
| uint16_t conn_latency |
Slave latency for the connection.
The range is from 0x0000 to 0x01F3.
| bt_handle_t connection_handle |
Connection handle.
| uint16_t maximum_ce_length |
The maximum length of a connection event needed for this LE connection.
The range is from 0x0000 to 0xFFFF.
| uint16_t minimum_ce_length |
The minimum length of a connection event needed for this LE connection.
The range is from 0x0000 to 0xFFFF.
| uint16_t supervision_timeout |
Supervision timeout for the LE link.
The range is from 0x000A to 0x0C80.