Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_ltk_req_evt_t Struct Reference

This structure notifies that a LTK request from a remote device has been received. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device which requests for the LTK. More...
 
uint16_t ediv
 Ediv. More...
 
uint8_t * p_peer_rand
 Rand. More...
 

Detailed Description

This structure notifies that a LTK request from a remote device has been received.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_ltk_req_evt_t::conn_hdl

Connection handle identifying the remote device which requests for the LTK.

◆ ediv

uint16_t st_ble_gap_ltk_req_evt_t::ediv

Ediv.

◆ p_peer_rand

uint8_t* st_ble_gap_ltk_req_evt_t::p_peer_rand

Rand.