Exemplo n.º 1
0
void rtw_btcoex_SetBTCoexist(PADAPTER padapter, u8 bBtExist)
{
    hal_btcoex_SetBTCoexist(padapter, bBtExist);
}
Exemplo n.º 2
0
void rtw_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist)
{
	hal_btcoex_SetBTCoexist(padapter, bBtExist);
}
Exemplo n.º 3
0
void rtw_btcoex_Switch(PADAPTER padapter, u8 enable)
{
    hal_btcoex_SetBTCoexist(padapter, enable);
}