Enum stm32wb_hci::vendor::stm32wb::command::hal::ConfigParameter
source · #[repr(u8)]pub enum ConfigParameter {
PublicAddress,
RandomAddress,
Diversifier,
EncryptionRoot,
IdentityRoot,
LinkLayerOnly,
Role,
}Expand description
Configuration parameters that are readable by the
read_config_data command.
Variants§
PublicAddress
Bluetooth public address.
RandomAddress
Bluetooth random address.
Diversifier
Diversifier used to derive CSRK (connection signature resolving key).
EncryptionRoot
Encryption root key used to derive the LTK (long-term key) and CSRK (connection signature resolving key).
IdentityRoot
Identity root key used to derive the LTK (long-term key) and CSRK (connection signature resolving key).
LinkLayerOnly
Switch on/off Link Layer only mode.
Role
BlueNRG-MS roles and mode configuration.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParameter
impl Send for ConfigParameter
impl Sync for ConfigParameter
impl Unpin for ConfigParameter
impl UnwindSafe for ConfigParameter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more