Home
last modified time | relevance | path

Searched refs:stringtohex (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_cli.c88 ret = stringtohex(argv[2], key, 16); in genie_cli_set_triple()
101 ret = stringtohex(argv[3], mac, MAC_LEN); in genie_cli_set_triple()
329 if (stringtohex(argv[1], &opid, 1) > 0) in _send_msg()
355 ret = stringtohex(argv[4], p_payload, count); in _send_msg()
382 ret = stringtohex(argv[3], (uint8_t *)&p_transport_payload_param->dst_addr, 2); in _send_msg()
A Dgenie_storage.c85 stringtohex(key_char, prj_key, 16); in genie_storage_init()
A Dgenie_at.c714 ret = stringtohex(data, msg_b, count); in _send_trans_msg()
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/bluetooth/bt_host/bt_common/include/common/
A Dlog.h94 uint8_t stringtohex(char *str, uint8_t *out, uint8_t count);
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h96 u8_t stringtohex(char *str, u8_t *out, u8_t count);
/AliOS-Things-master/components/ble_host/bt_host/common/
A Dlog.c80 u8_t stringtohex(char *str, u8_t *out, u8_t count) in stringtohex() function

Completed in 7 milliseconds