Searched refs:BTHCI_CheckProfileExist (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 4832 BTHCI_CheckProfileExist(struct rtw_adapter *padapter, in BTHCI_CheckProfileExist() function 6474 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID))) { in btdm_ActionAlgorithm() 6480 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP))) { in btdm_ActionAlgorithm() 6491 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN))) { in btdm_ActionAlgorithm() 6511 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP)) && in btdm_ActionAlgorithm() 6512 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN))) { in btdm_ActionAlgorithm() 6546 if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID)) { in btdm_ActionAlgorithm() 6549 } else if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP)) { in btdm_ActionAlgorithm() 6552 } else if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN)) { in btdm_ActionAlgorithm() 6567 if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID)) { in btdm_ActionAlgorithm() [all …]
|