ble_gap_ext_disc_params struct
Extended discovery parameters
Syntax
struct ble_gap_ext_disc_params
{
uint16_t itvl;
uint16_t window;
uint8_t passive:1;
};
Fields
Scan interval in 0.625ms units.
Scan window in 0.625ms units.
If passive scan should be used.
Examples
ble_gap_ext_disc_params is referenced by 3 libraries and example projects: