Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java758 int callProfile = BluetoothProfile.LE_AUDIO; in connectAudio() local
768 callProfile = BluetoothProfile.LE_AUDIO; in connectAudio()
776 callProfile = BluetoothProfile.HEARING_AID; in connectAudio()
784 callProfile = BluetoothProfile.HEADSET; in connectAudio()
797 callProfile = preferredAudioProfiles.getInt(BluetoothAdapter.AUDIO_MODE_DUPLEX); in connectAudio()
800 if (callProfile == BluetoothProfile.LE_AUDIO) { in connectAudio()
815 } else if (callProfile == BluetoothProfile.HEARING_AID) { in connectAudio()
829 } else if (callProfile == BluetoothProfile.HEADSET) { in connectAudio()
859 int callProfile = BluetoothProfile.LE_AUDIO; in connectAudio() local
861 callProfile = BluetoothProfile.HEADSET; in connectAudio()
[all …]