Struct bluenrg::l2cap::ConnectionParameterUpdateResponse[][src]

pub struct ConnectionParameterUpdateResponse {
    pub conn_handle: ConnectionHandle,
    pub conn_interval: ConnectionInterval,
    pub expected_connection_length_range: ExpectedConnectionLength,
    pub identifier: u8,
    pub accepted: bool,
}

Parameters for the connection_parameter_update_response command.

Fields

Expected length of connection event needed for this connection.

True if the parameters from the event are acceptable.

Auto Trait Implementations