Structure representing the BLE request to set LE Long Term Key (LTK) request reply.

This structure is used to define the parameters for a BLE request to set the LE LTK request reply, including the address of the remote device, the type of reply (e.g., positive or negative), and the local Long Term Key (LTK).

Public Attributes#

uint8_t

Address of the remote device.

uint8_t

Type of reply (e.g., positive or negative)

uint8_t

Local Long Term Key (LTK) (16 bytes)

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_set_le_ltkreqreply_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


Definition at line 1160 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

replytype#

uint8_t rsi_ble_set_le_ltkreqreply_s::replytype

Type of reply (e.g., positive or negative)


Definition at line 1162 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

localltk#

uint8_t rsi_ble_set_le_ltkreqreply_s::localltk[16]

Local Long Term Key (LTK) (16 bytes)


Definition at line 1164 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h