Searched refs:bRoam (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalBtc8723b1Ant.c | 1836 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 D | HalBtc8723b2Ant.c | 1574 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()
|