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