Struct bluenrg::gap::NameDiscoveryProcedureParameters[][src]

pub struct NameDiscoveryProcedureParameters {
    pub scan_window: ScanWindow,
    pub peer_address: PeerAddrType,
    pub own_address_type: OwnAddressType,
    pub conn_interval: ConnectionInterval,
    pub expected_connection_length: ExpectedConnectionLength,
}

Parameters for the GAP Name Discovery procedure.

Fields

Scanning window for the discovery procedure.

Address of the connected device

Address type of this device.

Connection interval parameters.

Expected connection length

Auto Trait Implementations