Home
last modified time | relevance | path

Searched defs: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
/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()