Condividi tramite


enumerazione WDI_BLUETOOTH_COEXISTENCE_SUPPORT (dot11wificxtypes.h)

Importante

Questo argomento fa parte del modello di driver WiFiCx. WiFiCx è il modello di driver Wi-Fi rilasciato in Windows 11. Ti consigliamo di usare WiFiCx per sfruttare le funzionalità più recenti. Il modello di driver Wi-Fi precedente WDI è in modalità di manutenzione e riceverà solo correzioni con priorità elevata.

L'enumerazione WDI_BLUETOOTH_COEXISTENCE_SUPPORT definisce i valori di supporto della coesistenza Bluetooth.

Sintassi

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;

Costanti

 
WDI_BLUETOOTH_COEXISTENCE_UNKNOWN
Valore: 0
Sconosciuto.
WDI_BLUETOOTH_COEXISTENCE_PERFORMANCE_MAINTAINED
Valore: 1
Wi-Fi e Bluetooth funzionano allo stesso livello di prestazioni durante la coesistenza.
WDI_BLUETOOTH_COEXISTENCE_WIFI_DEGRADED_TO_1x1
Valore: 2
Wi-Fi centrato. In un dispositivo 2X2 Wi-Fi e Bluetooth coesistono. Wi-Fi le prestazioni vengono ridotte al livello 1X1.
WDI_BLUETOOTH_COEXISTENCE_WIFI_THROUGHPUT_DEGRADED
Valore: 3
Bluetooth centrato. Quando coesiste, Bluetooth ha priorità e limita le prestazioni Wi-Fi.
WDI_BLUETOOTH_COEXISTENCE_MUTUALLY_EXCLUSIVE
Valore: 4
Wi-Fi e Bluetooth si escludono a vicenda. Uno dei due smette di funzionare.
WDI_BLUETOOTH_COEXISTENCE_MAX
Valore: 5

Requisiti

Requisito Valore
Client minimo supportato Windows 11
Server minimo supportato Windows Server 2022
Intestazione dot11wificxtypes.h