Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h15 u8 bBtExist; member
23 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist);
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1278 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) in hal_btcoex_SetBTCoexist() argument
1284 pHalData->bt_coexist.bBtExist = bBtExist; in hal_btcoex_SetBTCoexist()
1301 return pHalData->bt_coexist.bBtExist; in hal_btcoex_IsBtExist()