From b1a5c3885db29ef8d22b31e6e9ce6399522988f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Rymanowski?= Date: Wed, 19 Jan 2022 11:00:03 +0000 Subject: [PATCH] Update current.txt file for getConnectedGroupLeadDevice Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: build Change-Id: I0fb5d69a2103bad3292263047443109b1e2ef4ca --- core/api/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/api/current.txt b/core/api/current.txt index d696bc7978254..72c1e5f9ff602 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 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 getDevicesMatchingConnectionStates(@NonNull int[]); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getGroupId(@NonNull android.bluetooth.BluetoothDevice);