Struct bluenrg::gap::PairingRequest[][src]

pub struct PairingRequest {
    pub conn_handle: ConnectionHandle,
    pub force_rebond: bool,
    pub force_reencrypt: bool,
}

Parameters for the send_pairing_request command.

Fields

Handle of the connection for which the pairing request has to be sent.

Whether pairing request has to be sent if the device is previously bonded or not. If false, the pairing request is sent only if the device has not previously bonded.

Whether the link has to be re-encrypted after the key exchange.

Auto Trait Implementations