Home
last modified time | relevance | path

Searched refs:REPLY_PDCAP_ENTITY_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_pd.c34 #define REPLY_PDCAP_ENTITY_LEN 3 macro
626 if (max_len < REPLY_PDCAP_ENTITY_LEN) { in pd_build_reply()
633 max_len -= REPLY_PDCAP_ENTITY_LEN; in pd_build_reply()
Dosdp_cp.c39 #define REPLY_PDCAP_ENTITY_LEN 3 macro
392 if ((len % REPLY_PDCAP_ENTITY_LEN) != 0) { in cp_decode_response()