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

Commit bcaac9be authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "Add stubs for CHRE reliable messages to the Context Hub Service" into main

parents b8bb2bfd 261277c1
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;
            }