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

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

handlePassthroughRsp parameter update am: 4d59223b am: 60d5b131 am: 707cd5d7

am: dcb58e3a

Change-Id: I1b46cbbd88c0f7c0e535dc951a76f37e6f7c84a2
parents 83969607 dcb58e3a
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.