BLE_GAP_ExtScanningParams_T

C

typedef struct BLE_GAP_ExtScanningParams_T
{
    bool                    enable;
    uint8_t                 type;
    uint16_t                interval;
    uint16_t                window;
    uint8_t                 disChannel;
} BLE_GAP_ExtScanningParams_T;

Description

Structure for configuring extended scan parameters.

Field Documentation

FieldDescription
enableIndicates if the extended scan configuration is active.
typeType of scanning to perform, as defined in Scan types.
intervalTime between scan windows, specified in units of 0.625 ms. See Extended scan interval for valid ranges.
windowDuration of a scan window, specified in units of 0.625 ms. See Extended scan window for valid ranges.
disChannelChannel to be disabled during scanning, as defined in Scan channels.