1.1.30.6 WDRV_WINC_COEX_CFG Struct
C
typedef struct
{
bool use2Wire;
bool wlanRxHigherThanBt;
bool wlanTxHigherThanBt;
bool sharedAntenna;
} WDRV_WINC_COEX_CFG;Description
Contains arbiter configuration for interface mode, priority and antenna mode.
Members
| Members | Description |
|---|---|
| use2Wire | Use 2-wire interface (BT_Prio, WLAN_Act) or 3-wire interface (BT_Act, BT_Prio, WLAN_Act). |
| wlanRxHigherThanBt | BT/Wi-Fi coexistence arbiter WLAN Rx priority over BT Low Priority. |
| wlanTxHigherThanBt | BT/Wi-Fi coexistence arbiter WLAN Tx priority over BT Low Priority. |
| sharedAntenna | BT/Wi-Fi coexistence arbiter antenna mode (shared vs dedicated). |
Remarks
None.
