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
Field | Description |
---|---|
enable | Indicates if the extended scan configuration is active. |
type | Type of scanning to perform, as defined in Scan types. |
interval | Time between scan windows, specified in units of 0.625 ms. See Extended scan interval for valid ranges. |
window | Duration of a scan window, specified in units of 0.625 ms. See Extended scan window for valid ranges. |
disChannel | Channel to be disabled during scanning, as defined in Scan channels. |