Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c5764 if (pBtCoex->c2hBtProfile == BT_INFO_HID) { in btdm_1AntCoexProcessForWifiConnect()
5768 } else if (pBtCoex->c2hBtProfile == BT_INFO_FTP) { in btdm_1AntCoexProcessForWifiConnect()
5772 } else if (pBtCoex->c2hBtProfile == (BT_INFO_A2DP|BT_INFO_FTP)) { in btdm_1AntCoexProcessForWifiConnect()
5777 if (pBtCoex->c2hBtProfile == BT_INFO_A2DP) in btdm_1AntCoexProcessForWifiConnect()
5786 pBtCoex->c2hBtProfile)); in btdm_1AntCoexProcessForWifiConnect()
6209 if (pBtCoex->c2hBtProfile == BT_INFO_HID) in BTDM_1AntWifiAssociateNotify()
6324 if (pBtCoex->c2hBtProfile == BT_INFO_HID) in BTDM_1AntWifiScanNotify()
6360 pBtCoex->c2hBtProfile = u1tmp & 0xE0; in BTDM_1AntFwC2hBtInfo8723A()
6408 if (pBtCoex->c2hBtProfile != BT_INFO_HID) in BTDM_1AntFwC2hBtInfo8723A()
6409 pBtCoex->c2hBtProfile &= ~BT_INFO_HID; in BTDM_1AntFwC2hBtInfo8723A()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1307 u8 c2hBtProfile; /* for 1Ant */ member