Example #1
0
void rtw_btcoex_SetBTCoexist(PADAPTER padapter, u8 bBtExist)
{
    hal_btcoex_SetBTCoexist(padapter, bBtExist);
}
Example #2
0
void rtw_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist)
{
	hal_btcoex_SetBTCoexist(padapter, bBtExist);
}
Example #3
0
void rtw_btcoex_Switch(PADAPTER padapter, u8 enable)
{
    hal_btcoex_SetBTCoexist(padapter, enable);
}