Searched refs:bluetoothLeAudio (Results 1 – 4 of 4) sorted by relevance
56 private BluetoothLeAudio bluetoothLeAudio = null; field in BluetoothProxy226 group_id = bluetoothLeAudio.getGroupId(device);770 bluetoothLeAudio = (BluetoothLeAudio) bluetoothProfile; in initProfiles()773 bluetoothLeAudio.registerCallback( in initProfiles()864 if (bluetoothLeAudio == null) { in initLeAudioProxy()878 if (bluetoothLeAudio != null) { in cleanupLeAudioProxy()879 bluetoothAdapter.closeProfileProxy(BluetoothProfile.LE_AUDIO, bluetoothLeAudio); in cleanupLeAudioProxy()968 if (bluetoothLeAudio != null) { in queryLeAudioDevices()970 bluetoothLeAudio.getConnectionState(dev) in queryLeAudioDevices()972 int group_id = bluetoothLeAudio.getGroupId(dev); in queryLeAudioDevices()[all …]
55 private val bluetoothLeAudio = constant in com.android.pandora.LeAudio67 bluetoothAdapter.closeProfileProxy(BluetoothProfile.LE_AUDIO, bluetoothLeAudio) in close()76 if (bluetoothLeAudio.getConnectionState(device) != BluetoothProfile.STATE_CONNECTED) { in open()77 bluetoothLeAudio.connect(device) in open()
1074 BluetoothLeAudio bluetoothLeAudio = mDeviceManager.getLeAudioService();1084 if (bluetoothHeadset == null && bluetoothHearingAid == null && bluetoothLeAudio == null) {1134 if (bluetoothLeAudio != null) {
461 public void setLeAudioServiceForTesting(BluetoothLeAudio bluetoothLeAudio) { in setLeAudioServiceForTesting() argument462 mBluetoothLeAudioService = bluetoothLeAudio; in setLeAudioServiceForTesting()