[][src]Struct bluenrg::gap::ObservationProcedureParameters

pub struct ObservationProcedureParameters {
    pub scan_window: ScanWindow,
    pub scan_type: ScanType,
    pub own_address_type: AddressType,
    pub filter_duplicates: bool,
}

Parameters for the GAP Start Observation Procedure command.

Fields

scan_window: ScanWindow

Scanning window.

scan_type: ScanType

Active or passive scanning

own_address_type: AddressType

Address type of this device.

filter_duplicates: bool

If true, do not report duplicate events in the advertising report.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.