BLE_GAP_ScanningParams_T

C

typedef struct BLE_GAP_ScanningParams_T
{
    uint8_t                 type;
    uint16_t                interval;
    uint16_t                window;
    uint8_t                 filterPolicy;
    uint8_t                 disChannel;
} BLE_GAP_ScanningParams_T;

Description

Structure for configuring scanning parameters.

Field Documentation

FieldDescription
typeScanning type (active or passive). See Scan types for possible values..
intervalTime interval from when the device starts its last scan until it begins the subsequent scan (0.625 ms units). See Scan interval for valid ranges.
windowDuration of the scan window when the device is listening for advertising packets (0.625 ms units). See Scan window for valid ranges.
filterPolicyFilter policy to apply during scanning. See Scan filter policies for possible values.
disChannelBitmask to disable specific channels during scanning. See Scan channels for structure details.