Struct nrf_softdevice_s113::ble_gap_conn_sec_t
source · #[repr(C)]pub struct ble_gap_conn_sec_t {
pub sec_mode: ble_gap_conn_sec_mode_t,
pub encr_key_size: u8,
}
Expand description
@brief GAP connection security status.
Fields§
§sec_mode: ble_gap_conn_sec_mode_t
< Currently active security mode for this connection.
encr_key_size: u8
< Length of currently active encryption key, 7 to 16 octets (only applicable for bonding procedures).
Trait Implementations§
source§impl Clone for ble_gap_conn_sec_t
impl Clone for ble_gap_conn_sec_t
source§fn clone(&self) -> ble_gap_conn_sec_t
fn clone(&self) -> ble_gap_conn_sec_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