Enum bluenrg::AdvertisingType[][src]

#[repr(u8)]
pub enum AdvertisingType { ConnectableUndirected, ConnectableDirectedHighDutyCycle, ScannableUndirected, NonConnectableUndirected, ConnectableDirectedLowDutyCycle, }

The advertising type is used in the AdvertisingParameters to determine the packet type that is used for advertising when advertising is enabled.

Variants

Connectable undirected advertising

Connectable high duty cycle directed advertising

Scannable undirected advertising

Non connectable undirected advertising

Connectable low duty cycle directed advertising

Trait Implementations

impl Debug for AdvertisingType
[src]

Formats the value using the given formatter. Read more

impl Clone for AdvertisingType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<AdvertisingType> for AdvertisingType
[src]

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

This method tests for !=.

impl Copy for AdvertisingType
[src]

Auto Trait Implementations