Struct bluenrg::gap::SelectiveConnectionEstablishmentParameters[][src]

pub struct SelectiveConnectionEstablishmentParameters<'a> {
    pub scan_type: ScanType,
    pub scan_window: ScanWindow,
    pub own_address_type: OwnAddressType,
    pub filter_duplicates: bool,
    pub white_list: &'a [PeerAddrType],
}

Fields

Type of scanning

Scanning window for connection establishment.

Address type of this device.

If true, only report unique devices.

Addresses to white-list for automatic connection.

Auto Trait Implementations