1.2.2.1.1.3.36 BLE_GAP_ExtCreateConnParams_T
C
typedef struct BLE_GAP_ExtCreateConnParams_T
{
bool enable;
uint16_t scanInterval;
uint16_t scanWindow;
BLE_GAP_ConnParams_T connParams;
}BLE_GAP_ExtCreateConnParams_T;Description
Supplement parameters for extended create connection.
Field Documentation
| Field | Description |
|---|---|
| enable | Set to true if following configuration is valid. |
| scanInterval | Scan interval, see Extended scan interval. |
| scanWindow | Scan window, see Extended scan window. |
| connParams | GAP connection parameters. See BLE_GAP_ConnParams_T. |
