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.
Fork of nRF51822 by
ble_gap_scan_params_t Struct Reference
[Structures]
GAP scanning parameters. More...
#include <ble_gap.h>
Data Fields | |
uint8_t | active: 1 |
If 1, perform active scanning (scan requests). | |
uint8_t | selective: 1 |
If 1, ignore unknown devices (non whitelisted). | |
ble_gap_whitelist_t * | p_whitelist |
Pointer to whitelist, NULL if no whitelist or the current active whitelist is to be used. | |
uint16_t | interval |
Scan interval between 0x0004 and 0x4000 in 0.625ms units (2.5ms 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 0xFFFF in seconds, 0x0000 disables timeout. |
Detailed Description
GAP scanning parameters.
Definition at line 487 of file ble_gap.h.
Field Documentation
uint8_t active |
uint16_t interval |
uint8_t selective |
uint16_t timeout |
Generated on Tue Jul 12 2022 21:00:20 by
