Searched defs:hexlen (Results 1 – 2 of 2) sorted by relevance
/external/qemu/telephony/ |
D | sms.c | 405 sms_address_from_hex ( SmsAddress address, const char* hex, int hexlen ) in sms_address_from_hex() 428 sms_address_to_hex ( SmsAddress address, char* hex, int hexlen ) in sms_address_to_hex() 1324 smspdu_create_from_hex( const char* hex, int hexlen ) in smspdu_create_from_hex() 1360 smspdu_to_hex( SmsPDU pdu, char* hex, int hexlen ) in smspdu_to_hex()
|
D | gsm.c | 181 gsm_hex_to_bytes0( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes0() 194 gsm_hex_to_bytes( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes()
|