Enum bluenrg::hal::ConfigParameter[][src]

#[repr(u8)]
pub enum ConfigParameter { PublicAddress, Diversifier, EncryptionRoot, IdentityRoot, LinkLayerOnly, Role, }

Configuration parameters that are readable by the read_config_data command.

Variants

Bluetooth public address.

Diversifier used to derive CSRK (connection signature resolving key).

Encryption root key used to derive the LTK (long-term key) and CSRK (connection signature resolving key).

Identity root key used to derive the LTK (long-term key) and CSRK (connection signature resolving key).

Switch on/off Link Layer only mode.

BlueNRG-MS roles and mode configuration.

Auto Trait Implementations