Structure representing the BLE command to update connection parameters.
This structure is used to define the parameters for a BLE command to update connection parameters, including the address of the connected device, minimum and maximum connection intervals, peripheral latency, and supervision timeout.
Public Attributes#
uint8_t
Address of the connected device.
uint16_t
Minimum connection interval.
uint16_t
Maximum connection interval.
uint16_t
Peripheral latency.
uint16_t
Supervision timeout.