Update current.txt file for getConnectedGroupLeadDevice

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: build

Change-Id: I0fb5d69a2103bad3292263047443109b1e2ef4ca
This commit is contained in:
Łukasz Rymanowski
2022-01-19 11:00:03 +00:00
parent 5a1c3525f1
commit b1a5c3885d

View File

@@ -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);