Searched refs:callProfile (Results 1 – 1 of 1) sorted by relevance
758 int callProfile = BluetoothProfile.LE_AUDIO; in connectAudio() local768 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() local861 callProfile = BluetoothProfile.HEADSET; in connectAudio()[all …]