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
Structure for configuring supplementary parameters for extended connection creation.
Field Documentation
Field | Description |
---|---|
enable | Indicates if the extended connection creation parameters are to be used. |
scanInterval | Extended scan interval (0.625 ms units). See Extended scan interval for valid ranges. |
scanWindow | Extended scan window (0.625 ms units). See Extended scan window for valid ranges. |
connParams | Connection parameters for extended connection creation. See BLE_GAP_ConnParams_T for structure details. |