[][src]Union nrf_softdevice_s122::ble_gap_opt_t

#[repr(C)]pub union ble_gap_opt_t {
    pub ch_map: ble_gap_opt_ch_map_t,
    pub passkey: ble_gap_opt_passkey_t,
    pub compat_mode_1: ble_gap_opt_compat_mode_1_t,
    pub auth_payload_timeout: ble_gap_opt_auth_payload_timeout_t,
    pub enable_evt_len_check: ble_gap_opt_enable_evt_len_check_t,
    // some fields omitted
}

@brief Option structure for GAP options.

Fields

ch_map: ble_gap_opt_ch_map_t

< Parameters for the Channel Map option.

passkey: ble_gap_opt_passkey_t

< Parameters for the Passkey option.

compat_mode_1: ble_gap_opt_compat_mode_1_t

< Parameters for the compatibility mode 1 option.

auth_payload_timeout: ble_gap_opt_auth_payload_timeout_t

< Parameters for the authenticated payload timeout option.

enable_evt_len_check: ble_gap_opt_enable_evt_len_check_t

< Parameters for enabling the event length checks.

Trait Implementations

impl Clone for ble_gap_opt_t[src]

impl Copy for ble_gap_opt_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.