Struct bluetooth_hci::host::ConnectionUpdateParameters[][src]

pub struct ConnectionUpdateParameters {
    pub conn_handle: ConnectionHandle,
    pub conn_interval: ConnectionInterval,
    pub expected_connection_length: ExpectedConnectionLength,
}

Parameters for the le_connection_update command.

See the Bluetooth spec, Vol 2, Part E, Section 7.8.18.

Fields

Handle for identifying a connection.

Defines the connection interval, latency, and supervision timeout.

Information parameters providing the Controller with a hint about the expected minimum and maximum length of the connection events.

Auto Trait Implementations