Home
last modified time | relevance | path

Searched refs:BluetoothLeBroadcastChannel (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastChannel.java34 public final class BluetoothLeBroadcastChannel implements Parcelable { class
41 private BluetoothLeBroadcastChannel( in BluetoothLeBroadcastChannel() method in BluetoothLeBroadcastChannel
52 if (!(o instanceof BluetoothLeBroadcastChannel)) { in equals()
55 final BluetoothLeBroadcastChannel other = (BluetoothLeBroadcastChannel) o; in equals()
138 public static final Creator<BluetoothLeBroadcastChannel> CREATOR =
140 public @NonNull BluetoothLeBroadcastChannel createFromParcel(@NonNull Parcel in) {
141 BluetoothLeBroadcastChannel.Builder builder =
142 new BluetoothLeBroadcastChannel.Builder();
150 public @NonNull BluetoothLeBroadcastChannel[] newArray(int size) {
151 return new BluetoothLeBroadcastChannel[size];
[all …]
DBluetoothLeBroadcastSubgroup.java40 private final List<BluetoothLeBroadcastChannel> mChannels;
46 List<BluetoothLeBroadcastChannel> channels) { in BluetoothLeBroadcastSubgroup()
130 return mChannels.stream().anyMatch(BluetoothLeBroadcastChannel::isSelected); in hasChannelPreference()
144 public @NonNull List<BluetoothLeBroadcastChannel> getChannels() { in getChannels()
186 List<BluetoothLeBroadcastChannel> channels = new ArrayList<>();
187 in.readTypedList(channels, BluetoothLeBroadcastChannel.CREATOR);
188 for (BluetoothLeBroadcastChannel channel : channels) {
211 private List<BluetoothLeBroadcastChannel> mChannels = new ArrayList<>();
300 public @NonNull Builder addChannel(@NonNull BluetoothLeBroadcastChannel channel) { in addChannel()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanActivity.java22 import android.bluetooth.BluetoothLeBroadcastChannel;
184 List<BluetoothLeBroadcastChannel> channels = in onCreate()
187 BluetoothLeBroadcastChannel channel = in onCreate()
198 BluetoothLeBroadcastChannel.Builder in onCreate()
200 … new BluetoothLeBroadcastChannel in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java32 import android.bluetooth.BluetoothLeBroadcastChannel;
605 BluetoothLeBroadcastChannel.Builder channel = in getBroadcastMetadataFromBaseData()
606 new BluetoothLeBroadcastChannel.Builder(); in getBroadcastMetadataFromBaseData()
1587 private static int getBisSyncFromChannelPreference(List<BluetoothLeBroadcastChannel> channels) { in getBisSyncFromChannelPreference()
1589 for (BluetoothLeBroadcastChannel channel : channels) { in getBisSyncFromChannelPreference()
DBassClientService.java36 import android.bluetooth.BluetoothLeBroadcastChannel;
2007 BluetoothLeBroadcastChannel.Builder channel = in getBroadcastMetadataFromBaseData()
2008 new BluetoothLeBroadcastChannel.Builder(); in getBroadcastMetadataFromBaseData()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt620 public final class BluetoothLeBroadcastChannel implements android.os.Parcelable {
626 …c static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastChannel> CREATO…
629 public static final class BluetoothLeBroadcastChannel.Builder {
630 ctor public BluetoothLeBroadcastChannel.Builder();
631 …ctor public BluetoothLeBroadcastChannel.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastCha…
632 method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel build();
633 … method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setChannelIndex(int);
634 …method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setCodecMetadata(@Non…
635 … method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setSelected(boolean);
734 …method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastChannel> getChannels();
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java588 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()
589 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java77 import android.bluetooth.BluetoothLeBroadcastChannel;
2560 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()
2561 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()
DBassClientServiceTest.java46 import android.bluetooth.BluetoothLeBroadcastChannel;
191 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()
192 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()