Searched refs:activeHfpDevice (Results 1 – 2 of 2) sorted by relevance
2697 BluetoothDevice activeHfpDevice = headsetService.getActiveDevice(); in handleGroupIdleDuringCall() local2698 if (activeHfpDevice == null) { in handleGroupIdleDuringCall()2702 Log.d(TAG, "Connect audio to " + activeHfpDevice); in handleGroupIdleDuringCall()
5171 BluetoothDevice activeHfpDevice = mHeadsetService.getActiveDevice(); in isAllSupportedClassicAudioProfilesActive() local5172 if (activeHfpDevice == null || !groupDevices.contains(activeHfpDevice)) { in isAllSupportedClassicAudioProfilesActive()