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

Pairing parameters required from a remote device or information about keys distributed from a remote device. More...

Data Fields

uint8_t security
 Security level. More...
 
uint8_t pair_mode
 Pairing mode. More...
 
uint8_t bonding
 Bonding policy. More...
 
uint8_t ekey_size
 Encryption key size. More...
 

Detailed Description

Pairing parameters required from a remote device or information about keys distributed from a remote device.

Field Documentation

◆ security

uint8_t st_ble_gap_auth_info_t::security

Security level.

value description
0x01 The remote device requests Unauthenticated pairing.
0x02 The remote device requests Authenticated pairing.

◆ pair_mode

uint8_t st_ble_gap_auth_info_t::pair_mode

Pairing mode.

value description
0x01 The remote device requests Legacy pairing.
0x02 The remote device requests Secure Connections.

◆ bonding

uint8_t st_ble_gap_auth_info_t::bonding

Bonding policy.

value description
0x00 The remote device does not store the Bonding information.
0x01 The remote device stores the Bonding information.

◆ ekey_size

uint8_t st_ble_gap_auth_info_t::ekey_size

Encryption key size.