Searched refs:bBtExist (Results 1 – 4 of 4) sorted by relevance
16 u8 bBtExist; member24 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist);
39 void rtw_btcoex_SetBTCoexist(struct adapter *, u8 bBtExist);
141 void rtw_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) in rtw_btcoex_SetBTCoexist() argument143 hal_btcoex_SetBTCoexist(padapter, bBtExist); in rtw_btcoex_SetBTCoexist()
1340 void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) in hal_btcoex_SetBTCoexist() argument1346 pHalData->bt_coexist.bBtExist = bBtExist; in hal_btcoex_SetBTCoexist()1363 return pHalData->bt_coexist.bBtExist; in hal_btcoex_IsBtExist()