Searched refs:SRTM_CommMessage_GetCategory (Results 1 – 3 of 3) sorted by relevance
196 uint8_t SRTM_CommMessage_GetCategory(srtm_message_t message);
788 category = SRTM_CommMessage_GetCategory(msg); in SRTM_Dispatcher_CallService()822 category = SRTM_CommMessage_GetCategory(msg); in SRTM_Dispatcher_HandleResponse()829 …if (SRTM_CommMessage_GetCategory(req) == category && SRTM_CommMessage_GetCommand(req) == command && in SRTM_Dispatcher_HandleResponse()
265 uint8_t SRTM_CommMessage_GetCategory(srtm_message_t message) in SRTM_CommMessage_GetCategory() function