Searched refs:SMS_MAX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
195 #define SMS_MAX_PAYLOAD_SIZE 240 macro305 u8 Payload[SMS_MAX_PAYLOAD_SIZE];
551 int payload_size = min((int) size, SMS_MAX_PAYLOAD_SIZE); in smscore_load_firmware_family2()