Home
last modified time | relevance | path

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

/babblesim_base-latest/libUtilv1/src/
Dbs_string.c60 void bs_hex_dump(char* buffer, const uint8_t *bytes, size_t nbytes) { in bs_hex_dump() argument
65 sprintf(&buffer[no], "%02X ", bytes[ni]); in bs_hex_dump()
68 sprintf(&buffer[no], "%02X", bytes[nbytes-1]); in bs_hex_dump()
Dbs_string.h17 void bs_hex_dump(char* buffer, const uint8_t *bytes, size_t nbytes);