Searched refs:LoRaMacCommandsGetCmdSize (Results 1 – 3 of 3) sorted by relevance
201 uint8_t LoRaMacCommandsGetCmdSize( uint8_t cid );
506 uint8_t LoRaMacCommandsGetCmdSize( uint8_t cid ) in LoRaMacCommandsGetCmdSize() function
2170 if( ( LoRaMacCommandsGetCmdSize( payload[macIndex] ) + macIndex ) > commandsSize ) in ProcessMacCommands()