Searched defs:b64_in (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_debug_btsnoop.c191 uint8_t b64_in[3] = {0}; local
196 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3);
201 line_length += b64_ntop(b64_in, read, b64_out, 5);

Completed in 26 milliseconds