Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h16 u8 bBtExist; member
24 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist);
Drtw_btcoex.h39 void rtw_btcoex_SetBTCoexist(struct adapter *, u8 bBtExist);
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_btcoex.c141 void rtw_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) in rtw_btcoex_SetBTCoexist() argument
143 hal_btcoex_SetBTCoexist(padapter, bBtExist); in rtw_btcoex_SetBTCoexist()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1340 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) in hal_btcoex_SetBTCoexist() argument
1346 pHalData->bt_coexist.bBtExist = bBtExist; in hal_btcoex_SetBTCoexist()
1363 return pHalData->bt_coexist.bBtExist; in hal_btcoex_IsBtExist()