summaryrefslogtreecommitdiff
path: root/framework/api
diff options
context:
space:
mode:
author Łukasz Rymanowski <rlukasz@google.com> 2024-02-02 13:20:52 +0000
committer Łukasz Rymanowski <rlukasz@google.com> 2024-02-05 20:55:08 +0000
commit5599ea35fa05abb009caa0bf7024ac6134dff2e4 (patch)
treedd775cb331b707982e2551ab9507c18273ffe076 /framework/api
parentc148cf663f1cec1f9d71ab89bdfaf377bf49e36a (diff)
leaudio: Add callback to notify about streaming state
Bug: 323288188 Bug: 323288608 Test: atest BluetoothLeAudioTest Tag: #feature Change-Id: I44c7aa9d9f6afb163a1ecfa5fd2184a4af06267e
Diffstat (limited to 'framework/api')
-rw-r--r--framework/api/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt
index 5e779c2c89..d56948f9a6 100644
--- a/framework/api/system-current.txt
+++ b/framework/api/system-current.txt
@@ -489,6 +489,7 @@ package android.bluetooth {
method public void onGroupNodeAdded(@NonNull android.bluetooth.BluetoothDevice, int);
method public void onGroupNodeRemoved(@NonNull android.bluetooth.BluetoothDevice, int);
method public void onGroupStatusChanged(int, int);
+ method @FlaggedApi("com.android.bluetooth.flags.leaudio_callback_on_group_stream_status") public default void onGroupStreamStatusChanged(int, int);
}
public final class BluetoothLeAudioCodecConfigMetadata implements android.os.Parcelable {