Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API_Native_IRC mbed
Fork of BLE_RCBController by
ble_gap_sec_params_t Struct Reference
[Generic Access Profile (GAP)]
  GAP security parameters. More...
#include <ble_gap.h>
Data Fields | |
| uint16_t | timeout | 
| Timeout for SMP transactions or Security Request in seconds, see sd_ble_gap_authenticate and sd_ble_gap_sec_params_reply for more information.   | |
| uint8_t | bond: 1 | 
| Perform bonding.   | |
| uint8_t | mitm: 1 | 
| Man In The Middle protection required.   | |
| uint8_t | io_caps: 3 | 
| IO capabilities, see GAP IO Capabilities.   | |
| uint8_t | oob: 1 | 
| Out Of Band data available.   | |
| uint8_t | min_key_size | 
| Minimum encryption key size in octets between 7 and 16.   | |
| uint8_t | max_key_size | 
| Maximum encryption key size in octets between min_key_size and 16.   | |
Detailed Description
GAP security parameters.
Definition at line 367 of file ble_gap.h.
Field Documentation
| uint8_t io_caps | 
IO capabilities, see GAP IO Capabilities.
| uint8_t max_key_size | 
| uint8_t min_key_size | 
Generated on Tue Jul 12 2022 18:49:55 by
 1.7.2 
    