nRF51 SDK - S110 SoftDevice
|
GAP scanning parameters. More...
#include <ble_gap.h>
Data Fields | |
uint8_t | active: 1 |
uint8_t | selective: 1 |
ble_gap_whitelist_t * | p_whitelist |
uint16_t | interval |
uint16_t | window |
uint16_t | timeout |
GAP scanning parameters.
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 none is given.
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).