This is a message that should be sent to the AP. It was allocated by CHRE, so pw::chre::FreeMessageToAp should be called in order to free it.
Public Attributes | |
uint64_t | nanoapp_id |
The id of the nanoapp sending the message. | |
uint32_t | message_type |
The type of the message. | |
uint32_t | app_permissions |
uint32_t | message_permissions |
uint16_t | host_endpoint |
The id of the client that this message should be delivered to on the host. | |
bool | woke_host |
const uint8_t * | data |
size_t | length |
The length of data in bytes. | |
MessageToApContext | chre_context |