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