Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c5760 if (pBtCoex->c2hBtProfile == BT_INFO_HID) { in btdm_1AntCoexProcessForWifiConnect()
6205 if (pBtCoex->c2hBtProfile == BT_INFO_HID) in BTDM_1AntWifiAssociateNotify()
6320 if (pBtCoex->c2hBtProfile == BT_INFO_HID) in BTDM_1AntWifiScanNotify()
6404 if (pBtCoex->c2hBtProfile != BT_INFO_HID) in BTDM_1AntFwC2hBtInfo8723A()
6405 pBtCoex->c2hBtProfile &= ~BT_INFO_HID; in BTDM_1AntFwC2hBtInfo8723A()
8583 if (((btInfo&(BT_INFO_FTP|BT_INFO_A2DP|BT_INFO_HID|BT_INFO_SCO_BUSY)) != 0) || in BTDM_2AntFwC2hBtInfo8723A()
8591 if (btInfo&BT_INFO_FTP || btInfo&BT_INFO_A2DP || btInfo&BT_INFO_HID) { in BTDM_2AntFwC2hBtInfo8723A()
8593 case BT_INFO_HID: in BTDM_2AntFwC2hBtInfo8723A()
8609 case (BT_INFO_HID | BT_INFO_A2DP): in BTDM_2AntFwC2hBtInfo8723A()
8613 case (BT_INFO_HID | BT_INFO_FTP): in BTDM_2AntFwC2hBtInfo8723A()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1288 #define BT_INFO_HID BIT(5) macro