Scan Window operation parameters. More...
#include <ble_gapm.h>
Public Attributes | |
uint16_t | scan_intv |
Scan interval between 0x0004 and 0xFFFF in 0.625 ms (range: 2.5 ms to 40.959375s). More... | |
uint16_t | scan_wd |
Scan window between 0x0004 and 0xFFFF in 0.625 ms (range: 2.5 ms to 40.959375s). More... | |
Scan Window operation parameters.
Definition at line 617 of file ble_gapm.h.
uint16_t gap_scan_wd_op_param_t::scan_intv |
Scan interval between 0x0004 and 0xFFFF in 0.625 ms (range: 2.5 ms to 40.959375s).
Definition at line 619 of file ble_gapm.h.
uint16_t gap_scan_wd_op_param_t::scan_wd |
Scan window between 0x0004 and 0xFFFF in 0.625 ms (range: 2.5 ms to 40.959375s).
Definition at line 620 of file ble_gapm.h.