Home
last modified time | relevance | path

Searched refs:GSM_USER_DATA_LEN (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_decode.cpp26 static constexpr uint8_t GSM_USER_DATA_LEN = 160; variable
65 if (udl > GSM_USER_DATA_LEN) { in DecodeGsmHeadPdu()