Searched refs:log_packet (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ |
H A D | hci_dump_dispatch.c | 63 if (list_item->hci_dump->log_packet) { in hci_dump_log_packet_all() 64 list_item->hci_dump->log_packet(packet_type, in, packet, len); in hci_dump_log_packet_all() 98 .log_packet = hci_dump_log_packet_all,
|
H A D | hci_dump.h | 84 void (*log_packet)(uint8_t packet_type, uint8_t in, uint8_t *packet, uint16_t len); member
|
H A D | hci_dump.c | 96 (*hci_dump_implementation->log_packet)(packet_type, in, packet, len); in hci_dump_packet()
|
H A D | hci.c | 4803 bool log_packet = internal_event == false; in packet_handler() local 4805 log_packet = true; in packet_handler() 4807 if (log_packet){ in packet_handler()
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | utils.c | 429 log_packet(p, len, prefix, level)
|