Enum bluenrg::gap::AddressType[][src]

#[repr(u8)]
pub enum AddressType { Public, Random, ResolvablePrivate, NonResolvablePrivate, }

Indicates the type of address being used in the advertising packets, for the set_nonconnectable.

Variants

Public device address.

Static random device address.

Controller generates Resolvable Private Address.

Controller generates Resolvable Private Address. based on the local IRK from resolving list.

Trait Implementations

impl Copy for AddressType
[src]

impl Clone for AddressType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AddressType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AddressType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for AddressType

impl Sync for AddressType