Home
last modified time | relevance | path

Searched defs:NanoappMessage (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_chre/public/pw_chre/
Dchre.h26 struct NanoappMessage { struct
28 uint64_t nano_app_id;
30 uint32_t message_type;
32 uint16_t host_endpoint;
34 const uint8_t* data;
58 void SendMessageToNanoapp(NanoappMessage message); argument