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(u16)

Tuple Fields

0: u16

BrEdrPageScanInterval(u16)

Tuple Fields

0: u16

BrEdrPageScanWindow(u16)

Tuple Fields

0: u16

BrEdrInquiryScanType(u16)

Tuple Fields

0: u16

BrEdrInquiryScanInterval(u16)

Tuple Fields

0: u16

BrEdrInquiryScanWindow(u16)

Tuple Fields

0: u16

BrEdrLinkSupervisionTimeout(u16)

Tuple Fields

0: u16

BrEdrPageTimeout(u16)

Tuple Fields

0: u16

BrEdrMinSniffInterval(u16)

Tuple Fields

0: u16

BrEdrMaxSniffInterval(u16)

Tuple Fields

0: u16

LEAdvertisementMinInterval(u16)

Tuple Fields

0: u16

LEAdvertisementMaxInterval(u16)

Tuple Fields

0: u16

LEMultiAdvertisementRotationInterval(u16)

Tuple Fields

0: u16

LEScanningIntervalforautoconnect(u16)

Tuple Fields

0: u16

LEScanningWindowforautoconnect(u16)

Tuple Fields

0: u16

LEScanningIntervalforwakescenarios(u16)

Tuple Fields

0: u16

LEScanningWindowforwakescenarios(u16)

Tuple Fields

0: u16

LEScanningIntervalfordiscovery(u16)

Tuple Fields

0: u16

LEScanningWindowfordiscovery(u16)

Tuple Fields

0: u16

LEScanningIntervalforadvmonitoring(u16)

Tuple Fields

0: u16

LEScanningWindowforadvmonitoring(u16)

Tuple Fields

0: u16

LEScanningIntervalforconnect(u16)

Tuple Fields

0: u16

LEScanningWindowforconnect(u16)

Tuple Fields

0: u16

LEMinConnectionInterval(u16)

Tuple Fields

0: u16

LEMaxConnectionInterval(u16)

Tuple Fields

0: u16

LEConnectionLatency(u16)

Tuple Fields

0: u16

LEConnectionSupervisionTimeout(u16)

Tuple Fields

0: u16

LEAutoconnectTimeout(u16)

Tuple Fields

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)

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.