Merge "Rectify comment in getCurrentAgEvents"

This commit is contained in:
Treehugger Robot
2021-10-29 20:01:35 +00:00
committed by Gerrit Code Review

View File

@@ -817,7 +817,7 @@ public final class BluetoothHeadsetClient implements BluetoothProfile {
@RequiresBluetoothConnectPermission
@RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)
public Bundle getCurrentAgEvents(BluetoothDevice device) {
if (DBG) log("getCurrentCalls()");
if (DBG) log("getCurrentAgEvents()");
final IBluetoothHeadsetClient service =
getService();
if (service != null && isEnabled() && isValidDevice(device)) {