Enum bluenrg::gap::Authorization[][src]

#[repr(u8)]
pub enum Authorization { Authorized, Rejected, }

Options for the GAP Authorization Response.

Variants

Accept the connection.

Reject the connection.

Auto Trait Implementations