Struct bluenrg::gap::ConnectionUpdateParameters[][src]

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

Parameters for the start_connection_update command.

Fields

Handle of the connection for which the update procedure has to be started.

Updated connection interval for the connection.

Expected length of connection event needed for this connection.

Auto Trait Implementations