Searched refs:ascii (Results 1 – 2 of 2) sorted by relevance
614 uint8_t ascii = (phase & 0x0f) + 'a'; in sco_demo_send() local616 memset(&sco_packet[3+5], ascii, sco_payload_length-5); in sco_demo_send()
564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()