MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER Struct Reference

Data Fields

UINT32 Version
 
UINT16 ScanInterval
 
UINT16 ScanWindow
 
UINT16 ConnIntervalMin
 
UINT16 ConnIntervalMax
 
UINT16 ConnLatency
 
UINT16 SupervisionTimeout
 

Field Documentation

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMax

Maximum allowed connection interval. Shall be greater than or equal to ConnIntervalMin.

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMin

Minimum allowed connection interval. Shall be less than or equal to ConnIntervalMax.

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnLatency

Slave latency for the connection in number of connection events.

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanInterval

Recommended scan interval to be used while performing scan before connect.

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanWindow

Recommended scan window to be used while performing a connection

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::SupervisionTimeout

Link supervision timeout for the connection.

UINT32 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::Version

The version of the structure. A value of zero represents the EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER structure as defined here. Future version of this specification may extend this data structure in a backward compatible way and increase the value of Version.