Enum nrf5x::ble_advertising_driver::BLEState [] [src]

enum BLEState {
    NotInitialized,
    Initialized,
    ScanningIdle,
    Scanning(RadioChannel),
    AdvertisingIdle,
    Advertising(RadioChannel),
}

Variants

Trait Implementations

impl PartialEq for BLEState
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for BLEState
[src]

[src]

Formats the value using the given formatter. Read more