Enum bluenrg::gap::Pin[][src]

pub enum Pin {
    Requested,
    Fixed(u32),
}

Options for fixed_pin.

Variants

Do not use fixed pin during the pairing process. In this case, GAP will generate a GAP Pass Key Request event to the host.

Use a fixed pin during pairing. The provided value is used as the PIN, and must be 999999 or less.

Auto Trait Implementations

impl Send for Pin

impl Sync for Pin