Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_cp.c47 #define REPLY_RAW_DATA_LEN 4 /* variable length command */ macro
471 if (len < REPLY_RAW_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
481 if (t1 != (len - REPLY_RAW_DATA_LEN)) { in cp_decode_response()