XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER Struct Reference

#include <BluetoothLeConfig.h>

Public Attributes

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

Member Data Documentation

◆ ConnIntervalMax

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMax

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

◆ ConnIntervalMin

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnIntervalMin

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

◆ ConnLatency

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ConnLatency

Slave latency for the connection in number of connection events.

◆ ScanInterval

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanInterval

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

◆ ScanWindow

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::ScanWindow

Recommended scan window to be used while performing a connection

◆ SupervisionTimeout

UINT16 EFI_BLUETOOTH_LE_CONFIG_CONNECT_PARAMETER::SupervisionTimeout

Link supervision timeout for the connection.

◆ 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.


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