![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that local device has replied to the LTK request from the remote device.
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.
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. |