diff options
| author | 2022-01-21 21:19:59 +0000 | |
|---|---|---|
| committer | 2022-01-21 21:19:59 +0000 | |
| commit | a1dd80e00f9a9d54118e331f87c358845ebed75a (patch) | |
| tree | a8a91a2ea5f2764b76e09fd2d6b544da0ee6b94c | |
| parent | 3fb2bbc2734af8e6284da6af4951e2bf2bef0945 (diff) | |
| parent | 3275b328fd9e0bbebc6ee0b565642af569398664 (diff) | |
Merge "Update current.txt file for getConnectedGroupLeadDevice" am: 3275b328fd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1934975
Change-Id: Id5cf2c56f26a97219e4fa15cb2b3bf8da88c012e
| -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 45904c7c2248..ae682d78f669 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -9517,6 +9517,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); |