#[repr(C)]pub struct ble_gap_evt_sec_params_request_t {
pub peer_params: ble_gap_sec_params_t,
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_SEC_PARAMS_REQUEST.
Fields§
§peer_params: ble_gap_sec_params_t
< Initiator Security Parameters.
Trait Implementations§
source§impl Clone for ble_gap_evt_sec_params_request_t
impl Clone for ble_gap_evt_sec_params_request_t
source§fn clone(&self) -> ble_gap_evt_sec_params_request_t
fn clone(&self) -> ble_gap_evt_sec_params_request_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more