Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 2 of 2) sorted by relevance

/btstack/test/hfp/
H A Dsco_demo_util.c614 uint8_t ascii = (phase & 0x0f) + 'a'; in sco_demo_send() local
616 memset(&sco_packet[3+5], ascii, sco_payload_length-5); in sco_demo_send()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument
569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()