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

Commit 261277c1 authored by Matthew Sedam's avatar Matthew Sedam
Browse files

Add stubs for CHRE reliable messages to the Context Hub Service

Bug: 312417087
Test: Presubmits
Change-Id: I272999b9b31d58cdf34ad83a1ddb8156c50bf645
parent 1772ec3a
Loading
Loading
Loading
Loading
+6 −0
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.MessageDeliveryStatus;
import android.hardware.contexthub.NanSessionRequest;
import android.hardware.contexthub.V1_0.ContextHub;
import android.hardware.contexthub.V1_0.ContextHubMsg;
@@ -467,6 +468,11 @@ public abstract class IContextHubWrapper {
                // TODO(271471342): Implement
            }

            public void handleMessageDeliveryStatus(char hostEndPointId,
                    MessageDeliveryStatus messageDeliveryStatus) {
                // TODO(b/312417087): Implement reliable message support
            }

            public byte[] getUuid() {
                return UUID;
            }