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

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

handlePassthroughRsp parameter update am: 4d59223b am: 60d5b131

am: 707cd5d7

Change-Id: I4f897ce2a59e7e7fc068b526a8d4972812779470
parents 48e1807d 707cd5d7
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.