20#include "pw_chre/host_link.h"
const void * MessageToApContext
Definition: host_link.h:27
uint64_t nano_app_id
The id of the nanoapp this message is sent to.
Definition: chre.h:30
uint16_t host_endpoint
The id of the host on the AP that sent this request.
Definition: chre.h:34
size_t length
The size in bytes of the message data.
Definition: chre.h:38
void SetEstimatedHostTimeOffset(int64_t offset)
void FreeMessageToAp(MessageToApContext context)
const uint8_t * data
The actual message data.
Definition: chre.h:36
void SendMessageToNanoapp(NanoappMessage message)
uint32_t message_type
The type of message this is.
Definition: chre.h:32