Searched refs:smspdu_create_from_hex (Results 1 – 4 of 4) sorted by relevance
71 extern SmsPDU smspdu_create_from_hex( const char* hex, int hexlen );
1663 pdu = smspdu_create_from_hex( cmd, len ); in handleSendSMSText()1762 pdu = smspdu_create_from_hex( cmd, len ); in handleSendSMSText()1790 SmsPDU pdu = smspdu_create_from_hex( cmd, strlen(cmd) ); in handleSendSMSText()
1325 smspdu_create_from_hex( const char* hex, int hexlen ) in smspdu_create_from_hex() function
1651 pdu = smspdu_create_from_hex( args, strlen(args) ); in do_sms_sendpdu()