Searched refs:BTDM_IsWifiBusy (Results 1 – 2 of 2) sorted by relevance
1576 u8 BTDM_IsWifiBusy(struct rtw_adapter *padapter);
5710 BTDM_IsWifiBusy(padapter)?"Busy":"IDLE")); in btdm_1AntCoexProcessForWifiConnect()5716 if (!BTDM_IsWifiBusy(padapter) && in btdm_1AntCoexProcessForWifiConnect()6014 if (BTDM_IsWifiBusy(padapter)) { in btdm_1AntBtCoexistHandler()6275 BTDM_IsWifiBusy(padapter)?"Busy":"IDLE")); in BTDM_1AntForDhcp()6297 BTDM_IsWifiBusy(padapter)?"Busy":"IDLE")); in BTDM_1AntWifiScanNotify()9416 …((!BTDM_IsWifiBusy(padapter)) ? "idle" : ((BTDM_IsWifiUplink(padapter)) ? "uplink" : "downlink"))); in BTDM_Display8723ABtCoexInfo()10765 u8 BTDM_IsWifiBusy(struct rtw_adapter *padapter) in BTDM_IsWifiBusy() function