Searched refs:stringtohex (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_cli.c | 88 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 D | genie_storage.c | 85 stringtohex(key_char, prj_key, 16); in genie_storage_init()
|
A D | genie_at.c | 714 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 D | log.h | 94 uint8_t stringtohex(char *str, uint8_t *out, uint8_t count);
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 96 u8_t stringtohex(char *str, u8_t *out, u8_t count);
|
/AliOS-Things-master/components/ble_host/bt_host/common/ |
A D | log.c | 80 u8_t stringtohex(char *str, u8_t *out, u8_t count) in stringtohex() function
|
Completed in 8 milliseconds