Searched refs:SRTM_CommMessage_GetCommand (Results 1 – 5 of 5) sorted by relevance
213 uint8_t SRTM_CommMessage_GetCommand(srtm_message_t message);
197 command = SRTM_CommMessage_GetCommand(request); in SRTM_I2CService_Request()255 SRTM_CommMessage_GetCommand(notif)); in SRTM_I2CService_Notify()
245 command = SRTM_CommMessage_GetCommand(request); in SRTM_AudioService_Request()638 command = SRTM_CommMessage_GetCommand(notif); in SRTM_AudioService_Notify()
279 uint8_t SRTM_CommMessage_GetCommand(srtm_message_t message) in SRTM_CommMessage_GetCommand() function
823 command = SRTM_CommMessage_GetCommand(msg); in SRTM_Dispatcher_HandleResponse()829 …if (SRTM_CommMessage_GetCategory(req) == category && SRTM_CommMessage_GetCommand(req) == command && in SRTM_Dispatcher_HandleResponse()