GAP scanning parameters.
More...
#include <ble_gap.h>
GAP scanning parameters.
Definition at line 612 of file ble_gap.h.
| uint8_t ble_gap_scan_params_t::active |
If 1, perform active scanning (scan requests).
Definition at line 614 of file ble_gap.h.
| uint8_t ble_gap_scan_params_t::adv_dir_report |
If 1, also report directed advertisements where the initiator field is set to a private resolvable address, even if the address did not resolve to an entry in the device identity list. A report will be generated even if the peer is not in the whitelist.
Definition at line 616 of file ble_gap.h.
| uint16_t ble_gap_scan_params_t::interval |
Scan interval between 0x0004 and 0x4000 in 0.625 ms units (2.5 ms to 10.24 s).
Definition at line 619 of file ble_gap.h.
| uint16_t ble_gap_scan_params_t::timeout |
Scan timeout between 0x0001 and 0xFFFF in seconds, 0x0000 disables timeout.
Definition at line 621 of file ble_gap.h.
| uint8_t ble_gap_scan_params_t::use_whitelist |
If 1, filter advertisers using current active whitelist.
Definition at line 615 of file ble_gap.h.
| uint16_t ble_gap_scan_params_t::window |
Scan window between 0x0004 and 0x4000 in 0.625 ms units (2.5 ms to 10.24 s).
Definition at line 620 of file ble_gap.h.
The documentation for this struct was generated from the following file: