Struct bluenrg::gap::GeneralConnectionEstablishmentParameters[][src]

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

Parameters for the GAP Start General Connection Establishment command.

Fields

Scanning window for connection establishment.

Address type of this device.

If true, only report unique devices.

Auto Trait Implementations