Home
last modified time | relevance | path

Searched refs:bBtBusy (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c1598 bool bBtBusy = false; in halbtc8723b1ant_ActionBtInquiry() local
1603 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); in halbtc8723b1ant_ActionBtInquiry()
2486 bool bBtBusy = false; in EXhalbtc8723b1ant_BtInfoNotify() local
2607 bBtBusy = true; in EXhalbtc8723b1ant_BtInfoNotify()
2609 bBtBusy = false; in EXhalbtc8723b1ant_BtInfoNotify()
2610 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); in EXhalbtc8723b1ant_BtInfoNotify()
DHalBtcOutSrc.h296 bool bBtBusy; member
DHalBtc8723b2Ant.c2471 bool bBtBusy = false, bLimitedDig = false; in EXhalbtc8723b2ant_BtInfoNotify() local
2580 bBtBusy = true; in EXhalbtc8723b2ant_BtInfoNotify()
2583 bBtBusy = false; in EXhalbtc8723b2ant_BtInfoNotify()
2587 pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); in EXhalbtc8723b2ant_BtInfoNotify()
Dhal_btcoex.c452 pBtCoexist->btInfo.bBtBusy = *pu8; in halbtcoutsrc_Set()