Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c1836 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_ActionWifiConnected() local
1847 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b1ant_ActionWifiConnected()
1848 if (bScan || bLink || bRoam) { in halbtc8723b1ant_ActionWifiConnected()
2072 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b1ant_RunCoexistMechanism() local
2076 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b1ant_RunCoexistMechanism()
2078 if (bScan || bLink || bRoam) { in halbtc8723b1ant_RunCoexistMechanism()
H A DHalBtc8723b2Ant.c1574 bool bScan = false, bLink = false, bRoam = false; in halbtc8723b2ant_TdmaDurationAdjust() local
1578 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); in halbtc8723b2ant_TdmaDurationAdjust()
1580 if (!bScan && !bLink && !bRoam) in halbtc8723b2ant_TdmaDurationAdjust()