Searched refs:log_debug_hexdump (Results 1 – 4 of 4) sorted by relevance
276 log_debug_hexdump(hci_packet, hci_packet_size); in hci_transport_link_send_queued_packet()295 log_debug_hexdump(message, message_len); in hci_transport_link_send_control()504 log_debug_hexdump(slip_header, 4); in hci_transport_h5_process_frame()505 log_debug_hexdump(slip_payload, frame_size_without_header); in hci_transport_h5_process_frame()
193 void log_debug_hexdump(const void *data, int size);
305 void log_debug_hexdump(const void * data, int size){ in log_debug_hexdump() function
200 log_debug_hexdump(data, sizeof(data)); in TEST()