summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-01-21 21:56:31 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-01-21 21:56:31 +0000
commit0a30bb63824240bc3fee6431c613a6eca65e9ca1 (patch)
tree63ff4ec549967bc04c38662ed8eb98bc840d371d
parent34ed1076c057dd4d7fc7b81d5b70f0a4405609be (diff)
parent0271082216fd8ad57edd8247512558cb619ee9a0 (diff)
Merge "Update current.txt file for getConnectedGroupLeadDevice" am: 3275b328fd am: a1dd80e00f am: 0271082216
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1934975 Change-Id: I9afe42af1df5f5201ed47a22c1d72836246697cd
-rw-r--r--core/api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index fee3ed3fff93..0e7a5f3185b3 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -9524,6 +9524,7 @@ package android.bluetooth {
method public void close();
method protected void finalize();
method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
+ method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothDevice getConnectedGroupLeadDevice(int);
method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getGroupId(@NonNull android.bluetooth.BluetoothDevice);