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.
ble_gap_scan_params_t Struct Reference
[Structures]
  GAP scanning parameters. More...
#include <ble_gap.h>
| Data Fields | |
| uint8_t | filter | 
| Filter based on discovery mode, see GAP Discovery modes. | |
| uint8_t | active: 1 | 
| If 1, perform active scanning (scan requests). | |
| uint8_t | selective: 1 | 
| If 1, ignore unknown devices (non whitelisted). | |
| uint16_t | interval | 
| Scan interval between 0x0020 and 0x4000 in 0.625ms units (20ms to 10.24s). | |
| uint16_t | window | 
| Scan window between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s). | |
| uint16_t | timeout | 
| Scan timeout between 0x0001 and 0x3FFF in seconds, 0x0000 disables timeout. | |
Detailed Description
GAP scanning parameters.
Definition at line 377 of file ble_gap.h.
Field Documentation
| uint8_t active | 
| uint8_t filter | 
Filter based on discovery mode, see GAP Discovery modes.
| uint16_t interval | 
| uint8_t selective | 
| uint16_t timeout | 
Generated on Tue Jul 12 2022 17:25:23 by
 1.7.2
 1.7.2