#[repr(C)]pub struct ble_gap_evt_lesc_dhkey_request_t {
pub p_pk_peer: *mut ble_gap_lesc_p256_pk_t,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: [u8; 3],
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_LESC_DHKEY_REQUEST.
Fields§
§p_pk_peer: *mut ble_gap_lesc_p256_pk_t
< LE Secure Connections remote P-256 Public Key. This will point to the application-supplied memory inside the keyset during the call to @ref sd_ble_gap_sec_params_reply.
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl ble_gap_evt_lesc_dhkey_request_t
impl ble_gap_evt_lesc_dhkey_request_t
pub fn oobd_req(&self) -> u8
pub fn set_oobd_req(&mut self, val: u8)
pub fn new_bitfield_1(oobd_req: u8) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
source§impl Clone for ble_gap_evt_lesc_dhkey_request_t
impl Clone for ble_gap_evt_lesc_dhkey_request_t
source§fn clone(&self) -> ble_gap_evt_lesc_dhkey_request_t
fn clone(&self) -> ble_gap_evt_lesc_dhkey_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