Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_cp.c48 #define REPLY_FMT_DATA_LEN 3 /* variable length command */ macro
489 if (len < REPLY_FMT_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
497 if (event.cardread.length != (len - REPLY_FMT_DATA_LEN) || in cp_decode_response()