S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gap_scan_params_t Struct Reference

GAP scanning parameters. More...

#include <ble_gap.h>

Data Fields

uint8_t active: 1
 
uint8_t selective: 1
 
ble_gap_whitelist_tp_whitelist
 
uint16_t interval
 
uint16_t window
 
uint16_t timeout
 

Detailed Description

GAP scanning parameters.

Field Documentation

uint8_t ble_gap_scan_params_t::active

If 1, perform active scanning (scan requests).

uint16_t ble_gap_scan_params_t::interval

Scan interval between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s).

ble_gap_whitelist_t* ble_gap_scan_params_t::p_whitelist

Pointer to whitelist, NULL if no whitelist or the current active whitelist is to be used.

uint8_t ble_gap_scan_params_t::selective

If 1, ignore unknown devices (non whitelisted).

uint16_t ble_gap_scan_params_t::timeout

Scan timeout between 0x0001 and 0xFFFF in seconds, 0x0000 disables timeout.

uint16_t ble_gap_scan_params_t::window

Scan window between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s).


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.