[][src]Union nrf_softdevice_s113::ble_gap_evt_t__bindgen_ty_1

#[repr(C)]pub union ble_gap_evt_t__bindgen_ty_1 {
    pub connected: ble_gap_evt_connected_t,
    pub disconnected: ble_gap_evt_disconnected_t,
    pub conn_param_update: ble_gap_evt_conn_param_update_t,
    pub sec_params_request: ble_gap_evt_sec_params_request_t,
    pub sec_info_request: ble_gap_evt_sec_info_request_t,
    pub passkey_display: ble_gap_evt_passkey_display_t,
    pub key_pressed: ble_gap_evt_key_pressed_t,
    pub auth_key_request: ble_gap_evt_auth_key_request_t,
    pub lesc_dhkey_request: ble_gap_evt_lesc_dhkey_request_t,
    pub auth_status: ble_gap_evt_auth_status_t,
    pub conn_sec_update: ble_gap_evt_conn_sec_update_t,
    pub timeout: ble_gap_evt_timeout_t,
    pub rssi_changed: ble_gap_evt_rssi_changed_t,
    pub adv_set_terminated: ble_gap_evt_adv_set_terminated_t,
    pub sec_request: ble_gap_evt_sec_request_t,
    pub scan_req_report: ble_gap_evt_scan_req_report_t,
    pub phy_update_request: ble_gap_evt_phy_update_request_t,
    pub phy_update: ble_gap_evt_phy_update_t,
    pub data_length_update_request: ble_gap_evt_data_length_update_request_t,
    pub data_length_update: ble_gap_evt_data_length_update_t,
    // some fields omitted
}

Fields

connected: ble_gap_evt_connected_t

< Connected Event Parameters.

disconnected: ble_gap_evt_disconnected_t

< Disconnected Event Parameters.

conn_param_update: ble_gap_evt_conn_param_update_t

< Connection Parameter Update Parameters.

sec_params_request: ble_gap_evt_sec_params_request_t

< Security Parameters Request Event Parameters.

sec_info_request: ble_gap_evt_sec_info_request_t

< Security Information Request Event Parameters.

passkey_display: ble_gap_evt_passkey_display_t

< Passkey Display Event Parameters.

key_pressed: ble_gap_evt_key_pressed_t

< Key Pressed Event Parameters.

auth_key_request: ble_gap_evt_auth_key_request_t

< Authentication Key Request Event Parameters.

lesc_dhkey_request: ble_gap_evt_lesc_dhkey_request_t

< LE Secure Connections DHKey calculation request.

auth_status: ble_gap_evt_auth_status_t

< Authentication Status Event Parameters.

conn_sec_update: ble_gap_evt_conn_sec_update_t

< Connection Security Update Event Parameters.

timeout: ble_gap_evt_timeout_t

< Timeout Event Parameters.

rssi_changed: ble_gap_evt_rssi_changed_t

< RSSI Event Parameters.

adv_set_terminated: ble_gap_evt_adv_set_terminated_t

< Advertising Set Terminated Event Parameters.

sec_request: ble_gap_evt_sec_request_t

< Security Request Event Parameters.

scan_req_report: ble_gap_evt_scan_req_report_t

< Scan Request Report Parameters.

phy_update_request: ble_gap_evt_phy_update_request_t

< PHY Update Request Event Parameters.

phy_update: ble_gap_evt_phy_update_t

< PHY Update Parameters.

data_length_update_request: ble_gap_evt_data_length_update_request_t

< Data Length Update Request Event Parameters.

data_length_update: ble_gap_evt_data_length_update_t

< Data Length Update Event Parameters.

Trait Implementations

impl Clone for ble_gap_evt_t__bindgen_ty_1[src]

impl Copy for ble_gap_evt_t__bindgen_ty_1[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.