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

This structure notifies that local device has replied to the LTK request from the remote device. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device to be sent the response to the LTK request. More...
 
uint8_t response
 The response to the LTK request. More...
 

Detailed Description

This structure notifies that local device has replied to the LTK request from the remote device.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_ltk_rsp_evt_t::conn_hdl

Connection handle identifying the remote device to be sent the response to the LTK request.

◆ response

uint8_t st_ble_gap_ltk_rsp_evt_t::response

The response to the LTK request.

value description
0x00 Local device replied with the stored LTK.
0x01 Local device rejected the LTK request, because the LTK was not found.