Home
last modified time | relevance | path

Searched refs:BluetoothLeBroadcastSettings (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSettings.java36 public final class BluetoothLeBroadcastSettings implements Parcelable { class
43 private BluetoothLeBroadcastSettings( in BluetoothLeBroadcastSettings() method in BluetoothLeBroadcastSettings
58 if (!(o instanceof BluetoothLeBroadcastSettings)) { in equals()
61 final BluetoothLeBroadcastSettings other = (BluetoothLeBroadcastSettings) o; in equals()
182 public static final Creator<BluetoothLeBroadcastSettings> CREATOR =
184 public @NonNull BluetoothLeBroadcastSettings createFromParcel(@NonNull Parcel in) {
209 public @NonNull BluetoothLeBroadcastSettings[] newArray(int size) {
210 return new BluetoothLeBroadcastSettings[size];
242 public Builder(@NonNull BluetoothLeBroadcastSettings original) { in Builder()
369 public BluetoothLeBroadcastSettings build() { in build()
[all …]
DBluetoothLeBroadcast.java542 public void startBroadcast(@NonNull BluetoothLeBroadcastSettings broadcastSettings) { in startBroadcast()
626 int broadcastId, @NonNull BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast()
826 private BluetoothLeBroadcastSettings buildBroadcastSettingsFromMetadata( in buildBroadcastSettingsFromMetadata()
832 BluetoothLeBroadcastSettings.Builder builder = in buildBroadcastSettingsFromMetadata()
833 new BluetoothLeBroadcastSettings.Builder() in buildBroadcastSettingsFromMetadata()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterViewModel.java22 import android.bluetooth.BluetoothLeBroadcastSettings;
43 public boolean startBroadcast(BluetoothLeBroadcastSettings settings) { in startBroadcast()
51 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast()
DBroadcasterActivity.java22 import android.bluetooth.BluetoothLeBroadcastSettings;
136 BluetoothLeBroadcastSettings broadcastSettings = in onCreate()
155 BluetoothLeBroadcastSettings broadcastSettings = in onCreate()
369 BluetoothLeBroadcastSettings.Builder builder = in onCreate()
370 new BluetoothLeBroadcastSettings in onCreate()
510 private BluetoothLeBroadcastSettings createBroadcastSettingsFromUI( in createBroadcastSettingsFromUI()
546 BluetoothLeBroadcastSettings.Builder builder = in createBroadcastSettingsFromUI()
547 new BluetoothLeBroadcastSettings.Builder() in createBroadcastSettingsFromUI()
DBluetoothProxy.java1544 public boolean startBroadcast(BluetoothLeBroadcastSettings settings) { in startBroadcast()
1561 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java30 import android.bluetooth.BluetoothLeBroadcastSettings;
331 BluetoothLeBroadcastSettings broadcastSettings = buildBroadcastSettingsFromMetadata(); in startBroadcast()
350 BluetoothLeBroadcastSettings broadcastSettings = buildBroadcastSettingsFromMetadata(); in updateBroadcast()
419 private BluetoothLeBroadcastSettings buildBroadcastSettingsFromMetadata() { in buildBroadcastSettingsFromMetadata()
431 BluetoothLeBroadcastSettings.Builder builder = in buildBroadcastSettingsFromMetadata()
432 new BluetoothLeBroadcastSettings.Builder() in buildBroadcastSettingsFromMetadata()
DLeAudioBroadcastServiceTest.java277 void verifyBroadcastStarted(int broadcastId, BluetoothLeBroadcastSettings settings) { in verifyBroadcastStarted()
396 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in testCreateBroadcastNativeFailed()
440 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in testCreateBroadcastTimeout()
494 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in testCreateBroadcast_updateQualityToStandard()
808 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in testCreatePendingBroadcast()
855 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in testCreateBroadcastMoreThanMaxFailed()
904 BluetoothLeBroadcastSettings settings = buildBroadcastSettingsFromMetadata(meta, code, 1); in prepareHandoverStreamingBroadcast()
1182 private BluetoothLeBroadcastSettings buildBroadcastSettingsFromMetadata( in buildBroadcastSettingsFromMetadata()
1195 BluetoothLeBroadcastSettings.Builder builder = in buildBroadcastSettingsFromMetadata()
1196 new BluetoothLeBroadcastSettings.Builder() in buildBroadcastSettingsFromMetadata()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl25 import android.bluetooth.BluetoothLeBroadcastSettings;
109 …void startBroadcast(in BluetoothLeBroadcastSettings broadcastSettings, in AttributionSource attrib… in startBroadcast()
113 …void updateBroadcast(int broadcastId, in BluetoothLeBroadcastSettings broadcastSettings, in Attrib… in updateBroadcast()
DBluetoothLeBroadcastSettings.aidl19 parcelable BluetoothLeBroadcastSettings;
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt564 …H_PRIVILEGED}) public void startBroadcast(@NonNull android.bluetooth.BluetoothLeBroadcastSettings);
568 …ILEGED}) public void updateBroadcast(int, @NonNull android.bluetooth.BluetoothLeBroadcastSettings);
709 public final class BluetoothLeBroadcastSettings implements android.os.Parcelable {
717 … static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastSettings> CREATO…
720 public static final class BluetoothLeBroadcastSettings.Builder {
721 ctor public BluetoothLeBroadcastSettings.Builder();
722 …ctor public BluetoothLeBroadcastSettings.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastSe…
723 …method @NonNull public android.bluetooth.BluetoothLeBroadcastSettings.Builder addSubgroupSettings(…
724 method @NonNull public android.bluetooth.BluetoothLeBroadcastSettings build();
725 …method @NonNull public android.bluetooth.BluetoothLeBroadcastSettings.Builder clearSubgroupSetting…
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java40 import android.bluetooth.BluetoothLeBroadcastSettings;
195 private final LinkedList<BluetoothLeBroadcastSettings> mCreateBroadcastQueue =
1073 public void createBroadcast(BluetoothLeBroadcastSettings broadcastSettings) { in createBroadcast()
1206 public void updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast()
3279 BluetoothLeBroadcastSettings settings = in messageFromNative()
3337 BluetoothLeBroadcastSettings settings = mCreateBroadcastQueue.remove(); in messageFromNative()
5280 BluetoothLeBroadcastSettings broadcastSettings, AttributionSource source) { in startBroadcast()
5304 BluetoothLeBroadcastSettings broadcastSettings, in updateBroadcast()