Searched refs:cid (Results 1 – 2 of 2) sorted by relevance
274 static bool IsSticky( uint8_t cid ) in IsSticky() argument276 switch( cid ) in IsSticky()299 static bool IsConfirmationRequired( uint8_t cid ) in IsConfirmationRequired() argument301 switch( cid ) in IsConfirmationRequired()322 LoRaMacCommandStatus_t LoRaMacCommandsAddCmd( uint8_t cid, uint8_t* payload, size_t payloadSize ) in LoRaMacCommandsAddCmd() argument345 newCmd->CID = cid; in LoRaMacCommandsAddCmd()348 newCmd->IsSticky = IsSticky( cid ); in LoRaMacCommandsAddCmd()349 newCmd->IsConfirmationRequired = IsConfirmationRequired( cid ); in LoRaMacCommandsAddCmd()380 LoRaMacCommandStatus_t LoRaMacCommandsGetCmd( uint8_t cid, MacCommand_t** macCmd ) in LoRaMacCommandsGetCmd() argument388 while( ( curElement != NULL ) && ( curElement->CID != cid ) ) in LoRaMacCommandsGetCmd()[all …]
139 LoRaMacCommandStatus_t LoRaMacCommandsAddCmd( uint8_t cid, uint8_t* payload, size_t payloadSize );158 LoRaMacCommandStatus_t LoRaMacCommandsGetCmd( uint8_t cid, MacCommand_t** macCmd );201 uint8_t LoRaMacCommandsGetCmdSize( uint8_t cid );