WDI_BLUETOOTH_COEXISTENCE_SUPPORT enumeration (wditypes.hpp)

Important

This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. 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 WDI_BLUETOOTH_COEXISTENCE_SUPPORT enumeration defines Bluetooth coexistence support values.

Syntax

typedef enum _WDI_BLUETOOTH_COEXISTENCE_SUPPORT {
  WDI_BLUETOOTH_COEXISTENCE_UNKNOWN,
  WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED,
  WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1,
  WDI_BLUETOOTH_COEXISTENCE_WIFI_THROUGHPUT_DEGRADED,
  WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE,
  WDI_BLUETOOTH_COEXISTENCE_MAX
} WDI_BLUETOOTH_COEXISTENCE_SUPPORT;

Constants

 
WDI_BLUETOOTH_COEXISTENCE_UNKNOWN
Unknown.
WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED
Wi-Fi and Bluetooth work at the same performance level during coexistence.
WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1
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
Bluetooth centered. When coexisting, Bluetooth has priority and restricts Wi-Fi performance.
WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE
Wi-Fi and Bluetooth are mutually exclusive. One of the two stops working.
WDI_BLUETOOTH_COEXISTENCE_MAX

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header wditypes.hpp