Searched refs:bBtHsOn (Results 1 – 1 of 1) sorted by relevance
196 bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; in halbtc8723b2ant_IsWifiStatusChanged() local201 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_IsWifiStatusChanged()215 if (bBtHsOn != bPreBtHsOn) { in halbtc8723b2ant_IsWifiStatusChanged()216 bPreBtHsOn = bBtHsOn; in halbtc8723b2ant_IsWifiStatusChanged()227 bool bBtHsOn = false; in halbtc8723b2ant_UpdateBtLinkInfo() local229 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_UpdateBtLinkInfo()238 if (bBtHsOn) { in halbtc8723b2ant_UpdateBtLinkInfo()291 bool bBtHsOn = false; in halbtc8723b2ant_ActionAlgorithm() local295 pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); in halbtc8723b2ant_ActionAlgorithm()322 if (bBtHsOn) { in halbtc8723b2ant_ActionAlgorithm()[all …]