Searched refs:BTHCI_CheckProfileExist (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 4831 BTHCI_CheckProfileExist(struct rtw_adapter *padapter, in BTHCI_CheckProfileExist() function 6470 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID))) { in btdm_ActionAlgorithm() 6476 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP))) { in btdm_ActionAlgorithm() 6487 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN))) { in btdm_ActionAlgorithm() 6507 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP)) && in btdm_ActionAlgorithm() 6508 (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN))) { in btdm_ActionAlgorithm() 6542 if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID)) { in btdm_ActionAlgorithm() 6545 } else if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_A2DP)) { in btdm_ActionAlgorithm() 6548 } else if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_PAN)) { in btdm_ActionAlgorithm() 6563 if (BTHCI_CheckProfileExist(padapter, BT_PROFILE_HID)) { in btdm_ActionAlgorithm() [all …]
|