Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/inc/common/
DphUwbTypes.h103 struct phLibUwb_Message { struct
106 phLibUwb_Message(uint32_t type) : eMsgType(type), pMsgData(NULL) {} in phLibUwb_Message() argument
107 phLibUwb_Message(uint32_t type, void *data) : eMsgType(type), pMsgData(data) {} in phLibUwb_Message() argument