Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java26 import android.bluetooth.BluetoothLeAudio;
123 case BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED:
143 case BluetoothLeAudio.ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED:
248 filter.addAction(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in start()
255 filter.addAction(BluetoothLeAudio.ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED); in start()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothLeAudio.java51 public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { class
121 /* package */ BluetoothLeAudio(Context context, ServiceListener listener, in BluetoothLeAudio() method in BluetoothLeAudio
H A DBluetoothAdapter.java3066 BluetoothLeAudio leAudio = new BluetoothLeAudio(context, listener, this); in getProfileProxy()
3158 BluetoothLeAudio leAudio = (BluetoothLeAudio) proxy; in closeProfileProxy()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java30 import android.bluetooth.BluetoothLeAudio;
103 filter.addAction(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in setUp()
144 if (BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED in onReceive()
166 .isEqualTo(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in verifyConnectionStateIntent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioService.java25 import android.bluetooth.BluetoothLeAudio;
124 filter.addAction(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in start()
605 … if (!BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED.equals(intent.getAction())) { in onReceive()
H A DLeAudioStateMachine.java50 import android.bluetooth.BluetoothLeAudio;
524 Intent intent = new Intent(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in broadcastConnectionState()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9433 …public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.Bluetooth…