1.2.2.1.1.3.39 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

Extended scan parameters.

Field Documentation

FieldDescription
enableSet to true if the following configuration is valid.
typeScanning type, see Scan type.
intervalScanning interval, see Extended scan interval. (Unit: 0.625ms)
windowScanning window, see Extended scan window. (Unit: 0.625ms)
disChannelDisable specific channel during scanning. See Scan channel.