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

MembersDescription
use2WireUse 2-wire interface (BT_Prio, WLAN_Act) or 3-wire interface (BT_Act, BT_Prio, WLAN_Act).
wlanRxHigherThanBtBT/Wi-Fi coexistence arbiter WLAN Rx priority over BT Low Priority.
wlanTxHigherThanBtBT/Wi-Fi coexistence arbiter WLAN Tx priority over BT Low Priority.
sharedAntennaBT/Wi-Fi coexistence arbiter antenna mode (shared vs dedicated).

Remarks

None.