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

This structure notifies that the pairing has completed. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device that the pairing has been done with. More...
 
st_ble_dev_addr_t bd_addr
 Address of the remote device. More...
 
st_ble_gap_auth_info_t auth_info
 Key information exchanged in pairing. More...
 

Detailed Description

This structure notifies that the pairing has completed.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_pairing_info_evt_t::conn_hdl

Connection handle identifying the remote device that the pairing has been done with.

◆ bd_addr

st_ble_dev_addr_t st_ble_gap_pairing_info_evt_t::bd_addr

Address of the remote device.

◆ auth_info

st_ble_gap_auth_info_t st_ble_gap_pairing_info_evt_t::auth_info

Key information exchanged in pairing.

If local device supports bonding, store the information in non-volatile memory in order to set it to host stack after power re-supply.