pub enum SystemConfigurationParameterType {
Show 28 variants
BrEdrPageScanType,
BrEdrPageScanInterval,
BrEdrPageScanWindow,
BrEdrInquiryScanType,
BrEdrInquiryScanInterval,
BrEdrInquiryScanWindow,
BrEdrLinkSupervisionTimeout,
BrEdrPageTimeout,
BrEdrMinSniffInterval,
BrEdrMaxSniffInterval,
LEAdvertisementMinInterval,
LEAdvertisementMaxInterval,
LEMultiAdvertisementRotationInterval,
LEScanningIntervalforautoconnect,
LEScanningWindowforautoconnect,
LEScanningIntervalforwakescenarios,
LEScanningWindowforwakescenarios,
LEScanningIntervalfordiscovery,
LEScanningWindowfordiscovery,
LEScanningIntervalforadvmonitoring,
LEScanningWindowforadvmonitoring,
LEScanningIntervalforconnect,
LEScanningWindowforconnect,
LEMinConnectionInterval,
LEMaxConnectionInterval,
LEConnectionLatency,
LEConnectionSupervisionTimeout,
LEAutoconnectTimeout,
}
Variants§
BrEdrPageScanType
BrEdrPageScanInterval
BrEdrPageScanWindow
BrEdrInquiryScanType
BrEdrInquiryScanInterval
BrEdrInquiryScanWindow
BrEdrLinkSupervisionTimeout
BrEdrPageTimeout
BrEdrMinSniffInterval
BrEdrMaxSniffInterval
LEAdvertisementMinInterval
LEAdvertisementMaxInterval
LEMultiAdvertisementRotationInterval
LEScanningIntervalforautoconnect
LEScanningWindowforautoconnect
LEScanningIntervalforwakescenarios
LEScanningWindowforwakescenarios
LEScanningIntervalfordiscovery
LEScanningWindowfordiscovery
LEScanningIntervalforadvmonitoring
LEScanningWindowforadvmonitoring
LEScanningIntervalforconnect
LEScanningWindowforconnect
LEMinConnectionInterval
LEMaxConnectionInterval
LEConnectionLatency
LEConnectionSupervisionTimeout
LEAutoconnectTimeout
Trait Implementations§
Source§impl Clone for SystemConfigurationParameterType
impl Clone for SystemConfigurationParameterType
Source§fn clone(&self) -> SystemConfigurationParameterType
fn clone(&self) -> SystemConfigurationParameterType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SystemConfigurationParameterType
impl RefUnwindSafe for SystemConfigurationParameterType
impl Send for SystemConfigurationParameterType
impl Sync for SystemConfigurationParameterType
impl Unpin for SystemConfigurationParameterType
impl UnwindSafe for SystemConfigurationParameterType
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