Home
last modified time | relevance | path

Searched refs:c2hBtInfo (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c5473 (pHalData->bt_coexist.halCoex8723.c2hBtInfo == BT_INFO_STATE_NO_CONNECTION) || in _btdm_1AntSetPSTDMA()
5474 (pHalData->bt_coexist.halCoex8723.c2hBtInfo == BT_INFO_STATE_CONNECT_IDLE) || in _btdm_1AntSetPSTDMA()
5707 BtState = pBtCoex->c2hBtInfo; in btdm_1AntCoexProcessForWifiConnect()
6052 pBtCoex8723->c2hBtInfo); in btdm_1AntBtCoexistHandler()
6053 pBtCoex8723->prec2hBtInfo = pBtCoex8723->c2hBtInfo; in btdm_1AntBtCoexistHandler()
6139 if ((pBtCoex->c2hBtInfo != BT_INFO_STATE_DISABLED) && in BTDM_1AntParaInit()
6140 (pBtCoex->c2hBtInfo != BT_INFO_STATE_NO_CONNECTION)) { in BTDM_1AntParaInit()
6193 BtState = pBtCoex->c2hBtInfo; in BTDM_1AntWifiAssociateNotify()
6245 if (pBtCoex->c2hBtInfo == BT_INFO_STATE_SCO_ONLY_BUSY || in BTDM_1AntMediaStatusNotify()
6246 pBtCoex->c2hBtInfo == BT_INFO_STATE_ACL_SCO_BUSY) in BTDM_1AntMediaStatusNotify()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1302 u8 c2hBtInfo; member