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
| Field | Description |
|---|---|
| type | Scanning type (active or passive). See Scan types for possible values.. |
| interval | Time 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. |
| window | Duration of the scan window when the device is listening for advertising packets (0.625 ms units). See Scan window for valid ranges. |
| filterPolicy | Filter policy to apply during scanning. See Scan filter policies for possible values. |
| disChannel | Bitmask to disable specific channels during scanning. See Scan channels for structure details. |
