summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Łukasz Rymanowski <rlukasz@google.com> 2022-01-19 11:00:03 +0000
committer Łukasz Rymanowski <rlukasz@google.com> 2022-01-19 11:09:25 +0000
commitb1a5c3885db29ef8d22b31e6e9ce6399522988f7 (patch)
tree5c279defc568c8bde7ba1e1ecd1c817ec7637b1b
parent5a1c3525f1f4e99232b14a16625050ac012d2b70 (diff)
Update current.txt file for getConnectedGroupLeadDevice
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: build Change-Id: I0fb5d69a2103bad3292263047443109b1e2ef4ca
-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 d696bc797825..72c1e5f9ff60 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -9515,6 +9515,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);