WDI_BLUETOOTH_COEXISTENCE_SUPPORT enumeração (wditypes.hpp)

Importante

Este tópico faz parte do modelo de driver WDI lançado em Windows 10. O modelo de driver WDI está no modo de manutenção e receberá apenas correções de alta prioridade. WiFiCx é o modelo de driver Wi-Fi lançado em Windows 11. Recomendamos que você use o WiFiCx para aproveitar os recursos mais recentes.

A enumeração WDI_BLUETOOTH_COEXISTENCE_SUPPORT define valores de suporte à coexistência Bluetooth.

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;

Constantes

 
WDI_BLUETOOTH_COEXISTENCE_UNKNOWN
Desconhecida.
WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED
Wi-Fi e Bluetooth funcionam no mesmo nível de desempenho durante a coexistência.
WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1
Wi-Fi centralizado. Em um dispositivo 2X2, Wi-Fi e Bluetooth coexistem. Wi-Fi desempenho é reduzido para o nível 1X1.
WDI_BLUETOOTH_COEXISTENCE_WIFI_THROUGHPUT_DEGRADED
Bluetooth centralizado. Ao coexistir, o Bluetooth tem prioridade e restringe Wi-Fi desempenho.
WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE
Wi-Fi e Bluetooth são mutuamente exclusivos. Um dos dois para de funcionar.
WDI_BLUETOOTH_COEXISTENCE_MAX

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10
Servidor mínimo com suporte Windows Server 2016
Cabeçalho wditypes.hpp