diff options
| author | 2022-01-21 21:56:31 +0000 | |
|---|---|---|
| committer | 2022-01-21 21:56:31 +0000 | |
| commit | 0a30bb63824240bc3fee6431c613a6eca65e9ca1 (patch) | |
| tree | 63ff4ec549967bc04c38662ed8eb98bc840d371d | |
| parent | 34ed1076c057dd4d7fc7b81d5b70f0a4405609be (diff) | |
| parent | 0271082216fd8ad57edd8247512558cb619ee9a0 (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.txt | 1 |
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); |