Struct nrf_softdevice_s113::ble_gap_enc_info_t
source · #[repr(C)]pub struct ble_gap_enc_info_t {
pub ltk: [u8; 16],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
}
Expand description
@brief GAP Encryption Information.
Fields§
§ltk: [u8; 16]
< Long Term Key.
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
Implementations§
source§impl ble_gap_enc_info_t
impl ble_gap_enc_info_t
pub fn lesc(&self) -> u8
pub fn set_lesc(&mut self, val: u8)
pub fn auth(&self) -> u8
pub fn set_auth(&mut self, val: u8)
pub fn ltk_len(&self) -> u8
pub fn set_ltk_len(&mut self, val: u8)
pub fn new_bitfield_1(
lesc: u8,
auth: u8,
ltk_len: u8
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
source§impl Clone for ble_gap_enc_info_t
impl Clone for ble_gap_enc_info_t
source§fn clone(&self) -> ble_gap_enc_info_t
fn clone(&self) -> ble_gap_enc_info_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