Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java56 private BluetoothLeAudio bluetoothLeAudio = null; field in BluetoothProxy
226 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 …]
/packages/modules/Bluetooth/android/pandora/server/src/
DLeAudio.kt55 private val bluetoothLeAudio = constant in com.android.pandora.LeAudio
67 bluetoothAdapter.closeProfileProxy(BluetoothProfile.LE_AUDIO, bluetoothLeAudio) in close()
76 if (bluetoothLeAudio.getConnectionState(device) != BluetoothProfile.STATE_CONNECTED) { in open()
77 bluetoothLeAudio.connect(device) in open()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java1074 BluetoothLeAudio bluetoothLeAudio = mDeviceManager.getLeAudioService();
1084 if (bluetoothHeadset == null && bluetoothHearingAid == null && bluetoothLeAudio == null) {
1134 if (bluetoothLeAudio != null) {
DBluetoothDeviceManager.java461 public void setLeAudioServiceForTesting(BluetoothLeAudio bluetoothLeAudio) { in setLeAudioServiceForTesting() argument
462 mBluetoothLeAudioService = bluetoothLeAudio; in setLeAudioServiceForTesting()