Parameters for legacy scanning. More...
#include <ble_gapm.h>
Public Attributes | |
ble_gap_scan_type_t | scan_type |
ble_gap_scan_mode_t | scan_mode |
ble_gap_scan_dup_filt_policy_t | scan_dup_filt |
bool | use_whitelist |
uint16_t | interval |
uint16_t | window |
uint16_t | timeout |
Parameters for legacy scanning.
Definition at line 625 of file ble_gapm.h.
uint16_t ble_gap_scan_param_t::interval |
Scan interval between 0x0004 and 0x4000 in 0.625 ms (range: 2.5 ms to 10.24s).
Definition at line 631 of file ble_gapm.h.
ble_gap_scan_dup_filt_policy_t ble_gap_scan_param_t::scan_dup_filt |
Duplicate filter policy.
Definition at line 629 of file ble_gapm.h.
ble_gap_scan_mode_t ble_gap_scan_param_t::scan_mode |
Scan mode.
Definition at line 628 of file ble_gapm.h.
ble_gap_scan_type_t ble_gap_scan_param_t::scan_type |
Active scanning or passive scanning.
Definition at line 627 of file ble_gapm.h.
uint16_t ble_gap_scan_param_t::timeout |
Scan timeout should be a value between 0x0001 and 0xFFFF(unit: 10 ms). 0x0000 indicates that the timeout has no effect.
Definition at line 633 of file ble_gapm.h.
bool ble_gap_scan_param_t::use_whitelist |
Filter policy.
Definition at line 630 of file ble_gapm.h.
uint16_t ble_gap_scan_param_t::window |
Scan window between 0x0004 and 0x4000 in 0.625 ms (range: 2.5 ms to 10.24s).
Definition at line 632 of file ble_gapm.h.