TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER Struct Reference

Data Fields

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

Detailed Description

Definition at line 136 of file BluetoothLeConfig.h.

Field Documentation

◆ ConnIntervalMax

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMax

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

Definition at line 160 of file BluetoothLeConfig.h.

◆ ConnIntervalMin

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMin

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

Definition at line 156 of file BluetoothLeConfig.h.

◆ ConnLatency

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnLatency

Slave latency for the connection in number of connection events.

Definition at line 164 of file BluetoothLeConfig.h.

◆ ScanInterval

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanInterval

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

Definition at line 148 of file BluetoothLeConfig.h.

◆ ScanWindow

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanWindow

Recommended scan window to be used while performing a connection

Definition at line 152 of file BluetoothLeConfig.h.

◆ SupervisionTimeout

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::SupervisionTimeout

Link supervision timeout for the connection.

Definition at line 168 of file BluetoothLeConfig.h.

◆ Version

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.

Definition at line 144 of file BluetoothLeConfig.h.


The documentation for this struct was generated from the following file: