Struct bluenrg::gap::AutoConnectionEstablishmentParameters[][src]

pub struct AutoConnectionEstablishmentParameters<'a> {
    pub scan_window: ScanWindow,
    pub own_address_type: OwnAddressType,
    pub conn_interval: ConnectionInterval,
    pub expected_connection_length: ExpectedConnectionLength,
    pub white_list: &'a [PeerAddrType],
}

Parameters for the GAP Start Auto Connection Establishment command.

Fields

Scanning window for connection establishment.

Address type of this device.

Connection interval parameters.

Expected connection length

Addresses to white-list for automatic connection.

Auto Trait Implementations