Searched refs:bytes (Results 1 – 2 of 2) sorted by relevance
60 void bs_hex_dump(char* buffer, const uint8_t *bytes, size_t nbytes) { in bs_hex_dump() argument65 sprintf(&buffer[no], "%02X ", bytes[ni]); in bs_hex_dump()68 sprintf(&buffer[no], "%02X", bytes[nbytes-1]); in bs_hex_dump()
17 void bs_hex_dump(char* buffer, const uint8_t *bytes, size_t nbytes);