Enum bluetooth_hci::host::TestPacketPayload[][src]

#[repr(u8)]
pub enum TestPacketPayload { PrbS9, Nibbles10, Bits10, PrbS15, All1, All0, Nibbles01, Bits01, }

Possible values of the payload parameter for the le_transmitter_test command.

Variants

Pseudo-Random bit sequence 9

Pattern of alternating bits `11110000

Pattern of alternating bits `10101010'

Pseudo-Random bit sequence 15

Pattern of All `1' bits

Pattern of All `0' bits

Pattern of alternating bits `00001111

Pattern of alternating bits `0101'

Trait Implementations

impl Copy for TestPacketPayload
[src]

impl Clone for TestPacketPayload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestPacketPayload
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations