Searched refs:BT_INFO_FTP (Results 1 – 2 of 2) sorted by relevance
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()8587 if (((btInfo&(BT_INFO_FTP|BT_INFO_A2DP|BT_INFO_HID|BT_INFO_SCO_BUSY)) != 0) || in BTDM_2AntFwC2hBtInfo8723A()8595 if (btInfo&BT_INFO_FTP || btInfo&BT_INFO_A2DP || btInfo&BT_INFO_HID) { in BTDM_2AntFwC2hBtInfo8723A()8604 case BT_INFO_FTP: in BTDM_2AntFwC2hBtInfo8723A()8617 case (BT_INFO_HID | BT_INFO_FTP): in BTDM_2AntFwC2hBtInfo8723A()8626 case (BT_INFO_A2DP | BT_INFO_FTP): in BTDM_2AntFwC2hBtInfo8723A()8635 case (BT_INFO_HID | BT_INFO_A2DP | BT_INFO_FTP): in BTDM_2AntFwC2hBtInfo8723A()8660 case BT_INFO_FTP: in BTDM_2AntFwC2hBtInfo8723A()8668 case (BT_INFO_HID|BT_INFO_FTP): in BTDM_2AntFwC2hBtInfo8723A()[all …]
1290 #define BT_INFO_FTP BIT(7) macro