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

This structure notifies that a pairing request from a remote device has been received. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device that sent the pairing request. More...
 
st_ble_dev_addr_t bd_addr
 The address of the remote device. More...
 
st_ble_gap_auth_info_t auth_info
 The Pairing parameters of the remote device. More...
 

Detailed Description

This structure notifies that a pairing request from a remote device has been received.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_pairing_req_evt_t::conn_hdl

Connection handle identifying the remote device that sent the pairing request.

◆ bd_addr

st_ble_dev_addr_t st_ble_gap_pairing_req_evt_t::bd_addr

The address of the remote device.

◆ auth_info

st_ble_gap_auth_info_t st_ble_gap_pairing_req_evt_t::auth_info

The Pairing parameters of the remote device.