Struct nrf_softdevice_s113::ble_gap_sec_keys_t
source · #[repr(C)]pub struct ble_gap_sec_keys_t {
pub p_enc_key: *mut ble_gap_enc_key_t,
pub p_id_key: *mut ble_gap_id_key_t,
pub p_sign_key: *mut ble_gap_sign_info_t,
pub p_pk: *mut ble_gap_lesc_p256_pk_t,
}
Expand description
@brief Security Keys.
Fields§
§p_enc_key: *mut ble_gap_enc_key_t
< Encryption Key, or NULL.
p_id_key: *mut ble_gap_id_key_t
< Identity Key, or NULL.
p_sign_key: *mut ble_gap_sign_info_t
< Signing Key, or NULL.
p_pk: *mut ble_gap_lesc_p256_pk_t
< LE Secure Connections P-256 Public Key. When in debug mode the application must use the value defined in the Core Bluetooth Specification v4.2 Vol.3, Part H, Section 2.3.5.6.1
Trait Implementations§
source§impl Clone for ble_gap_sec_keys_t
impl Clone for ble_gap_sec_keys_t
source§fn clone(&self) -> ble_gap_sec_keys_t
fn clone(&self) -> ble_gap_sec_keys_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