Structure represents 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, which includes the address of the remote device, the type of reply (for example, 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 1176 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 1178 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 1180 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h