Home
last modified time | relevance | path

Searched refs:bBtDisabled (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_dm.c176 u8 bBtDisabled = true; in rtl8723b_HalDmWatchDog() local
189 bBtDisabled = rtw_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
191 ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_BT_ENABLED, ((bBtDisabled == true)?false:true)); in rtl8723b_HalDmWatchDog()
Dhal_btcoex.c591 pBtCoexist->btInfo.bBtDisabled = *pu8; in halbtcoutsrc_Set()
1371 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsBtDisabled()
1502 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsBtControlLps()
1516 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsLpsOn()
1540 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_GetRaMask()
DHalBtcOutSrc.h413 bool bBtDisabled; member
DHalBtc8723b1Ant.c2906 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b1ant_DisplayCoexInfo()
3283 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()
3337 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()
3393 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()
3464 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_SpecialPacketNotify()
DHalBtc8723b2Ant.c3166 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b2ant_DisplayCoexInfo()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dodm.h787 bool bBtDisabled; /* BT is disabled */ member