Searched refs:SMS_BYTE_BIT (Results 1 – 2 of 2) sorted by relevance
50 packData[dstIdx] = userData[srcIdx] >> (SmsCommonUtils::SMS_BYTE_BIT - shift); in Pack7bitChar()87 …unsigned int)tpdu[srcIdx - 1] >> shift) + (tpdu[srcIdx] << (SmsCommonUtils::SMS_BYTE_BIT - shift)); in Unpack7bitChar()227 dtmf[offset + 0x01] = temp << (SmsCommonUtils::SMS_BYTE_BIT - shift); in ConvertDigitToDTMF()230 … dtmf[offset] |= (char)(temp << (SmsCommonUtils::SMS_BYTE_BIT - shift - smsMaxShift)); in ConvertDigitToDTMF()
44 static constexpr uint8_t SMS_BYTE_BIT = 8; variable