1.1.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
Field | Description |
---|---|
enable | Set to true if the following configuration is valid. |
type | Scanning type, see Scan type. |
interval | Scanning interval, see Extended scan interval. (Unit: 0.625 ms) |
window | Scanning window, see Extended scan window. (Unit: 0.625 ms) |
disChannel | Disable specific channel during scanning. See Scan channel. |