Searched refs:MAX_ADD_PARAM_LEN (Results 1 – 2 of 2) sorted by relevance
28 static constexpr uint8_t MAX_ADD_PARAM_LEN = 12; variable62 uint8_t bcd[MAX_ADD_PARAM_LEN] = { 0 }; in EncodeAddressPdu()63 if (!utils.DigitToBcd(temp, tempLen, bcd, MAX_ADD_PARAM_LEN, length)) { in EncodeAddressPdu()67 if (resultNum.size() + length > MAX_ADD_PARAM_LEN) { in EncodeAddressPdu()
39 static constexpr uint8_t MAX_ADD_PARAM_LEN = 12; variable547 int segSize = GetMaxSegmentSize(codingType, encodeLen, false, langId, MAX_ADD_PARAM_LEN); in GetSmsSegmentsInfo()