Searched defs:hex (Results 1 – 4 of 4) sorted by relevance
38 hex, T_TYPE, TF_COMMAND, S_HEX keyword
713 const char hex[] = "0123456789abcdef"; in zsend_ascii() local
58 static const char hex[] = "0123456789abcdef"; in bt_hex() local
304 static size_t hex2bin(const char *hex, u8_t *bin, size_t bin_len) in hex2bin()