Searched refs:osdp_dump (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_common.c | 22 void osdp_dump(const char *head, uint8_t *buf, int len) in osdp_dump() function
|
D | osdp_pd.c | 843 osdp_dump("PD sent", pd->rx_buf, len); in pd_send_reply() 914 osdp_dump("PD received", pd->rx_buf, pd->rx_buf_len); in pd_receive_and_process_command() 977 osdp_dump("Buf", pd->rx_buf, pd->rx_buf_len); in osdp_update()
|
D | osdp_common.h | 527 void osdp_dump(const char *head, uint8_t *buf, int len);
|
D | osdp_cp.c | 610 osdp_dump(NULL, pd->rx_buf, pd->rx_buf_len); in cp_send_command() 634 osdp_dump(NULL, pd->rx_buf, pd->rx_buf_len); in cp_process_reply()
|