Home
last modified time | relevance | path

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

/subsys/mgmt/osdp/src/
A Dosdp_cp.c457 if (len < REPLY_KEYPPAD_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
467 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()
471 if (len < REPLY_RAW_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
485 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()
489 if (len < REPLY_FMT_DATA_LEN || !ctx->event_callback) { in cp_decode_response()
502 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()
1080 ctx->event_callback = cb; in osdp_cp_set_event_callback()
A Dosdp_common.h501 cp_event_callback_t event_callback; member

Completed in 11 milliseconds