Yes, test tool has it. I am using
\hsdk-c\inc\cmd_ble_1.2.8.h
typedef struct GAPStartScanningRequest_tag {
bool_t ScanningParametersIncluded; // Boolean value which indicates if scanning parameters are included or not
struct {
GAPStartScanningRequest_ScanningParameters_Type_t Type; // Scanning type - default passive
uint16_t Interval; // Scanning interval - default 10ms
uint16_t Window; // Scanning window - default 10ms
GAPStartScanningRequest_ScanningParameters_OwnAddressType_t OwnAddressType; // Indicates whether the address used in scan requests will be the public address or the random address - default public address
GAPStartScanningRequest_ScanningParameters_FilterPolicy_t FilterPolicy; // Indicates whether the advertising packets are filtered using the White List - default does not use White List
} ScanningParameters; // The scanning parameters
} GAPStartScanningRequest_t