Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60d5b131 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

handlePassthroughRsp parameter update

am: 4d59223b

Change-Id: Iad003e602be0b1e0ed1785ee9b8a5f3fe88d4d7d
parents a7b8ff8d 4d59223b
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -709,14 +709,13 @@ public class AvrcpControllerService extends ProfileService {
    }

    // Called by JNI when a passthrough key was received.
    private void handlePassthroughRsp(int id, int keyState) {
        Log.d(TAG, "passthrough response received as: key: " + id + " state: " +
            keyState);
    private void handlePassthroughRsp(int id, int keyState, byte[] address) {
        Log.d(TAG, "passthrough response received as: key: " + id + " state: " + keyState +
            "address:" + address);
    }

    private void handleGroupNavigationRsp(int id, int keyState) {
        Log.d(TAG, "group navigation response received as: key: " + id + " state: " +
            keyState);
        Log.d(TAG, "group navigation response received as: key: " + id + " state: " + keyState);
    }

    // Called by JNI when a device has connected or disconnected.