Struct bluenrg::gap::DiscoveryProcedureParameters[][src]

pub struct DiscoveryProcedureParameters {
    pub scan_window: ScanWindow,
    pub own_address_type: OwnAddressType,
    pub filter_duplicates: bool,
}

Parameters for the GAP Limited Discovery and GAP General Discovery procedures.

Fields

Scanning window for the discovery procedure.

Address type of this device.

If true, duplicate devices are filtered out.

Auto Trait Implementations