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

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

Scanning window.

Active or passive scanning

Address type of this device.

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

Auto Trait Implementations