Enum btmgmt_packet::SystemConfigurationParameter[][src]

pub enum SystemConfigurationParameter {
Show 28 variants BrEdrPageScanType(u16), BrEdrPageScanInterval(u16), BrEdrPageScanWindow(u16), BrEdrInquiryScanType(u16), BrEdrInquiryScanInterval(u16), BrEdrInquiryScanWindow(u16), BrEdrLinkSupervisionTimeout(u16), BrEdrPageTimeout(u16), BrEdrMinSniffInterval(u16), BrEdrMaxSniffInterval(u16), LEAdvertisementMinInterval(u16), LEAdvertisementMaxInterval(u16), LEMultiAdvertisementRotationInterval(u16), LEScanningIntervalforautoconnect(u16), LEScanningWindowforautoconnect(u16), LEScanningIntervalforwakescenarios(u16), LEScanningWindowforwakescenarios(u16), LEScanningIntervalfordiscovery(u16), LEScanningWindowfordiscovery(u16), LEScanningIntervalforadvmonitoring(u16), LEScanningWindowforadvmonitoring(u16), LEScanningIntervalforconnect(u16), LEScanningWindowforconnect(u16), LEMinConnectionInterval(u16), LEMaxConnectionInterval(u16), LEConnectionLatency(u16), LEConnectionSupervisionTimeout(u16), LEAutoconnectTimeout(u16),
}

Variants

BrEdrPageScanType

Tuple Fields of BrEdrPageScanType

0: u16
BrEdrPageScanInterval

Tuple Fields of BrEdrPageScanInterval

0: u16
BrEdrPageScanWindow

Tuple Fields of BrEdrPageScanWindow

0: u16
BrEdrInquiryScanType

Tuple Fields of BrEdrInquiryScanType

0: u16
BrEdrInquiryScanInterval

Tuple Fields of BrEdrInquiryScanInterval

0: u16
BrEdrInquiryScanWindow

Tuple Fields of BrEdrInquiryScanWindow

0: u16
BrEdrLinkSupervisionTimeout

Tuple Fields of BrEdrLinkSupervisionTimeout

0: u16
BrEdrPageTimeout

Tuple Fields of BrEdrPageTimeout

0: u16
BrEdrMinSniffInterval

Tuple Fields of BrEdrMinSniffInterval

0: u16
BrEdrMaxSniffInterval

Tuple Fields of BrEdrMaxSniffInterval

0: u16
LEAdvertisementMinInterval

Tuple Fields of LEAdvertisementMinInterval

0: u16
LEAdvertisementMaxInterval

Tuple Fields of LEAdvertisementMaxInterval

0: u16
LEMultiAdvertisementRotationInterval

Tuple Fields of LEMultiAdvertisementRotationInterval

0: u16
LEScanningIntervalforautoconnect

Tuple Fields of LEScanningIntervalforautoconnect

0: u16
LEScanningWindowforautoconnect

Tuple Fields of LEScanningWindowforautoconnect

0: u16
LEScanningIntervalforwakescenarios

Tuple Fields of LEScanningIntervalforwakescenarios

0: u16
LEScanningWindowforwakescenarios

Tuple Fields of LEScanningWindowforwakescenarios

0: u16
LEScanningIntervalfordiscovery

Tuple Fields of LEScanningIntervalfordiscovery

0: u16
LEScanningWindowfordiscovery

Tuple Fields of LEScanningWindowfordiscovery

0: u16
LEScanningIntervalforadvmonitoring

Tuple Fields of LEScanningIntervalforadvmonitoring

0: u16
LEScanningWindowforadvmonitoring

Tuple Fields of LEScanningWindowforadvmonitoring

0: u16
LEScanningIntervalforconnect

Tuple Fields of LEScanningIntervalforconnect

0: u16
LEScanningWindowforconnect

Tuple Fields of LEScanningWindowforconnect

0: u16
LEMinConnectionInterval

Tuple Fields of LEMinConnectionInterval

0: u16
LEMaxConnectionInterval

Tuple Fields of LEMaxConnectionInterval

0: u16
LEConnectionLatency

Tuple Fields of LEConnectionLatency

0: u16
LEConnectionSupervisionTimeout

Tuple Fields of LEConnectionSupervisionTimeout

0: u16
LEAutoconnectTimeout

Tuple Fields of LEAutoconnectTimeout

0: u16

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. Read more

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. Read more

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. Read more

Creates a value from an iterator. Read more

Creates a value from an iterator. Read more

Creates a value from an iterator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.