Struct bluenrg::gap::SecurityRequestParameters[][src]

pub struct SecurityRequestParameters {
    pub conn_handle: ConnectionHandle,
    pub bonding: bool,
    pub mitm_protection: bool,
}

Parameters for the GAP Peripheral Security Request parameters.

Fields

Handle of the connection on which the peripheral security request will be sent (ignored in peripheral-only role).

Is bonding required?

Is man-in-the-middle protection required?

Auto Trait Implementations