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

Commit a7452953 authored by Anthony Stange's avatar Anthony Stange
Browse files

Update NAN session request API

Bug: 271435739
Test: presubmits
Change-Id: Id632d1cfb86c0ef3783acbd3ce2973253c821fd5
parent 7137d916
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.location.contexthub;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.hardware.contexthub.HostEndpointInfo;
import android.hardware.contexthub.NanSessionRequest;
import android.hardware.contexthub.V1_0.ContextHub;
import android.hardware.contexthub.V1_0.ContextHubMsg;
import android.hardware.contexthub.V1_0.TransactionResult;
@@ -456,8 +457,8 @@ public abstract class IContextHubWrapper {
                });
            }

            public void handleNanSessionRequest(boolean enable) {
                // TODO(229888878): Implement
            public void handleNanSessionRequest(NanSessionRequest request) {
                // TODO(271471342): Implement
            }

            @Override