Structure to hold the event data for encryption enabled event.
Public Attribute Documentation#
enabled#
uint8_t rsi_bt_event_encryption_enabled_s::enabled
Status of the Encryption
- ENCRYPT_ENABLED BIT(0) --> To indicate or set encryption is enabled AUTH_LTK_OR_STK_ENC 
- BIT(1) --> To indicate or set Authenticated Pairing and Encryption UN_AUTH_LTK_OR_STK_ENC 
- BIT(2) --> To indicate or set UnAuthenticated Pairing and Encryption AUTH_LTK_WITH_LE_SC_ENC 
- BIT(3) --> To indicate or set Authenticated Pairing and Encryption with LE SC 
sc_enable#
uint8_t rsi_bt_event_encryption_enabled_s::sc_enable
BLE Secure Connections Enable/Disable indication
- 0 --> Disable 
- 1 --> Enable