Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_enc_chg_evt_t Struct Reference

This structure notifies that the encryption status of a link has been changed. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the link that has been changed. More...
 
uint8_t enc_status
 Encryption Status. More...
 

Detailed Description

This structure notifies that the encryption status of a link has been changed.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_enc_chg_evt_t::conn_hdl

Connection handle identifying the link that has been changed.

◆ enc_status

uint8_t st_ble_gap_enc_chg_evt_t::enc_status

Encryption Status.

value description
0x00 Encryption OFF.
0x01 Encryption ON.
0x03 Encryption updated by Encryption Key Refresh Completed.