dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_evt_lesc_dhkey_request_t Struct Reference

Event structure for BLE_GAP_EVT_LESC_DHKEY_REQUEST. More...

#include <ble_gap.h>

Data Fields

ble_gap_lesc_p256_pk_tp_pk_peer
 
uint8_t oobd_req:1
 

Detailed Description

Event structure for BLE_GAP_EVT_LESC_DHKEY_REQUEST.

Definition at line 823 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_evt_lesc_dhkey_request_t::oobd_req

LESC OOB data required. A call to sd_ble_gap_lesc_oob_data_set is required to complete the procedure.

Definition at line 827 of file ble_gap.h.

ble_gap_lesc_p256_pk_t* ble_gap_evt_lesc_dhkey_request_t::p_pk_peer

LE Secure Connections remote P-256 Public Key. This will point to the application-supplied memory inside the keyset during the call to sd_ble_gap_sec_params_reply.

Definition at line 825 of file ble_gap.h.


The documentation for this struct was generated from the following file: