Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.h513 int osdp_phy_packet_init(struct osdp_pd *p, uint8_t *buf, int max_len);
Dosdp_phy.c108 int osdp_phy_packet_init(struct osdp_pd *pd, uint8_t *buf, int max_len) in osdp_phy_packet_init() function
Dosdp_pd.c812 len = osdp_phy_packet_init(pd, pd->rx_buf, sizeof(pd->rx_buf)); in pd_send_reply()
Dosdp_cp.c568 len = osdp_phy_packet_init(pd, pd->rx_buf, sizeof(pd->rx_buf)); in cp_build_packet()