Searched refs:SmsIndicatorType (Results 1 – 4 of 4) sorted by relevance
35 enum SmsIndicatorType GetMsgIndicatorType(const uint8_t dcs);
130 enum SmsIndicatorType indType;
40 enum SmsIndicatorType { enum
353 enum SmsIndicatorType GsmSmsParamDecode::GetMsgIndicatorType(const uint8_t dcs) in GetMsgIndicatorType()355 return (enum SmsIndicatorType)(dcs & HEX_VALUE_03); in GetMsgIndicatorType()