Struct bluenrg::l2cap::ConnectionParameterUpdateRequest[][src]

pub struct ConnectionParameterUpdateRequest {
    pub conn_handle: ConnectionHandle,
    pub conn_interval: ConnectionInterval,
}

Parameters for the connection_parameter_update_request command.

Fields

Connection handle of the link which the connection parameter update request has to be sent.

Defines the range of the connection interval.

Auto Trait Implementations