ble_gap_scan_wd_op_param_t Struct Reference

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...
 

Detailed Description

Scan Window operation parameters.

Definition at line 639 of file ble_gapm.h.

Member Data Documentation

◆ scan_intv

uint16_t ble_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 641 of file ble_gapm.h.

◆ scan_wd

uint16_t ble_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 642 of file ble_gapm.h.


The documentation for this struct was generated from the following file: