Struct bluenrg::gap::DirectConnectableParameters[][src]

pub struct DirectConnectableParameters {
    pub own_address_type: OwnAddressType,
    pub advertising_type: AdvertisingType,
    pub initiator_address: BdAddrType,
    pub advertising_interval: (Duration, Duration),
}

Parameters for the set_direct_connectable command.

Fields

Address type of this device.

Advertising method for the device.

Must be ConnectableDirectedHighDutyCycle, or ConnectableDirectedLowDutyCycle.

Initiator's Bluetooth address.

Range of advertising interval for advertising.

Range for both limits: 20 ms to 10.24 seconds. The second value must be greater than or equal to the first.

Auto Trait Implementations