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
uint8_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_set_le_ltkreqreply_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device


replytype#

uint8_t rsi_ble_set_le_ltkreqreply_s::replytype

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


localltk#

uint8_t rsi_ble_set_le_ltkreqreply_s::localltk[16]

Local Long Term Key (LTK) (16 bytes)