S113 SoftDevice v7.3.0
Event structure for BLE_GAP_EVT_LESC_DHKEY_REQUEST . More...
#include <ble_gap.h>
Data Fields |
|
| ble_gap_lesc_p256_pk_t * | p_pk_peer |
| uint8_t | oobd_req :1 |
Detailed Description
Event structure for BLE_GAP_EVT_LESC_DHKEY_REQUEST .
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.
| 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 .