Searched refs:bytestr (Results 1 - 1 of 1) sorted by relevance

/system/bt/test/bluedroidtest/
H A Dbluedroidtest.c189 char bytestr[4] = {0}; local
213 snprintf(bytestr, sizeof(bytestr), "%02X ", *p);
214 strncat(hexstr, bytestr, sizeof(hexstr)-strlen(hexstr)-1);
217 snprintf(bytestr, sizeof(bytestr), "%c", c);
218 strncat(charstr, bytestr, sizeof(charstr)-strlen(charstr)-1);

Completed in 30 milliseconds