Searched refs:BluetoothLeAudio (Results 1 – 7 of 7) sorted by relevance
26 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()
51 public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { class121 /* package */ BluetoothLeAudio(Context context, ServiceListener listener, in BluetoothLeAudio() method in BluetoothLeAudio
3066 BluetoothLeAudio leAudio = new BluetoothLeAudio(context, listener, this); in getProfileProxy()3158 BluetoothLeAudio leAudio = (BluetoothLeAudio) proxy; in closeProfileProxy()
30 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()
25 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()
50 import android.bluetooth.BluetoothLeAudio;524 Intent intent = new Intent(BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED); in broadcastConnectionState()
9433 …public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.Bluetooth…