![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
Pairing parameters required from a remote device or information about keys distributed from a remote device.
| 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. |
| 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. |
| 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. |
| uint8_t st_ble_gap_auth_info_t::ekey_size |
Encryption key size.