Home
last modified time | relevance | path

Searched refs:osdp_phy_check_packet (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.h516 int osdp_phy_check_packet(struct osdp_pd *pd, uint8_t *buf, int len,
Dosdp_phy.c258 int osdp_phy_check_packet(struct osdp_pd *pd, uint8_t *buf, int len, in osdp_phy_check_packet() function
Dosdp_pd.c855 err = osdp_phy_check_packet(pd, pd->rx_buf, pd->rx_buf_len, one_pkt_len); in pd_decode_packet()
Dosdp_cp.c638 err = osdp_phy_check_packet(pd, pd->rx_buf, pd->rx_buf_len, &len); in cp_process_reply()