Enum bluetooth_hci::host::TxPowerLevel[][src]

#[repr(u8)]
pub enum TxPowerLevel { Current, Maximum, }

For the read_tx_power_level command, the allowed values for the type of power level to read.

See the Bluetooth spec, Vol 2, Part E, Section 7.3.35.

Variants

Read Current Transmit Power Level.

Read Maximum Transmit Power Level.

Trait Implementations

impl Copy for TxPowerLevel
[src]

impl Clone for TxPowerLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TxPowerLevel
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TxPowerLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations