WDI_BLUETOOTH_COEXISTENCE_SUPPORT enumeration (dot11wificxtypes.h)

Important

This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.

The WDI_BLUETOOTH_COEXISTENCE_SUPPORT enumeration defines Bluetooth coexistence support values.

Syntax

typedef enum _WDI_BLUETOOTH_COEXISTENCE_SUPPORT {
  WDI_BLUETOOTH_COEXISTENCE_UNKNOWN = 0,
  WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED = 1,
  WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1 = 2,
  WDI_BLUETOOTH_COEXISTENCE_WIFI_THROUGHPUT_DEGRADED = 3,
  WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE = 4,
  WDI_BLUETOOTH_COEXISTENCE_MAX = 5
} WDI_BLUETOOTH_COEXISTENCE_SUPPORT;

Constants

 
WDI_BLUETOOTH_COEXISTENCE_UNKNOWN
Value: 0
Unknown.
WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED
Value: 1
Wi-Fi and Bluetooth work at the same performance level during coexistence.
WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1
Value: 2
Wi-Fi centered. On a 2X2 device, Wi-Fi and Bluetooth coexists. Wi-Fi performance is reduced to 1X1 level.
WDI_BLUETOOTH_COEXISTENCE_WIFI_THROUGHPUT_DEGRADED
Value: 3
Bluetooth centered. When coexisting, Bluetooth has priority and restricts Wi-Fi performance.
WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE
Value: 4
Wi-Fi and Bluetooth are mutually exclusive. One of the two stops working.
WDI_BLUETOOTH_COEXISTENCE_MAX
Value: 5

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header dot11wificxtypes.h