aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothLeAudio.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothLeAudio.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothLeAudio.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothLeAudio.java b/framework/java/android/bluetooth/BluetoothLeAudio.java
index 6d416434b2..ab54bc8ae2 100644
--- a/framework/java/android/bluetooth/BluetoothLeAudio.java
+++ b/framework/java/android/bluetooth/BluetoothLeAudio.java
@@ -924,6 +924,10 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
* would have to call {@link #unregisterCallback(Callback)} with
* the same callback object before registering it again.
*
+ * <p> The {@link Callback} will be invoked only if there is codec status changed for the
+ * remote device or the device is connected/disconnected in a certain group or the group
+ * status is changed.
+ *
* @param executor an {@link Executor} to execute given callback
* @param callback user implementation of the {@link Callback}
* @throws NullPointerException if a null executor or callback is given