Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment