39 uint32_t app_permissions;
40 uint32_t message_permissions;
const void * MessageToApContext
Definition: host_link.h:27
const uint8_t * data
Definition: host_link.h:52
bool woke_host
Definition: host_link.h:48
uint16_t host_endpoint
The id of the client that this message should be delivered to on the host.
Definition: host_link.h:43
size_t length
The length of data in bytes.
Definition: host_link.h:55
uint64_t nanoapp_id
The id of the nanoapp sending the message.
Definition: host_link.h:34
MessageToApContext chre_context
Definition: host_link.h:59
uint32_t message_type
The type of the message.
Definition: host_link.h:37
bool SendMessageToAp(MessageToAp message)
Definition: host_link.h:32