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

This structure notifies that the remote device has distributed the keys. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device that has distributed the keys. More...
 
st_ble_dev_addr_t bd_addr
 Address of the remote device. More...
 
st_ble_gap_key_ex_param_t key_ex_param
 Distributed keys. More...
 

Detailed Description

This structure notifies that the remote device has distributed the keys.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_peer_key_info_evt_t::conn_hdl

Connection handle identifying the remote device that has distributed the keys.

◆ bd_addr

st_ble_dev_addr_t st_ble_gap_peer_key_info_evt_t::bd_addr

Address of the remote device.

◆ key_ex_param

st_ble_gap_key_ex_param_t st_ble_gap_peer_key_info_evt_t::key_ex_param

Distributed keys.

If local device supports bonding, store the keys in non-volatile memory and at power re-supply set to the host stack by R_BLE_GAP_SetBondInfo().