Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_cp.c46 #define REPLY_KEYPPAD_DATA_LEN 2 /* variable length command */ macro
457 if (len < REPLY_KEYPPAD_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
463 if ((len - REPLY_KEYPPAD_DATA_LEN) != event.keypress.length) { in cp_decode_response()