Home | History | Annotate | Download | only in telephony

Lines Matching refs:gsm_hex2_to_byte

82                     c = gsm_hex2_to_byte( (const char*)p );
414 address->len = num_digits = gsm_hex2_to_byte( hex );
415 address->toa = gsm_hex2_to_byte( hex+2 );
423 address->data[nn] = gsm_hex2_to_byte( hex + nn*2 );