Searched refs:keypress (Results 1 – 6 of 6) sorted by relevance
60 key_press_callback(pd, e->keypress.data, e->keypress.length); in event_handler()
361 struct osdp_event_keypress keypress; /**< Keypress event structure */ member
656 if (!check_buf_len(REPLY_KEYPAD_LEN + event->keypress.length, max_len)) { in pd_build_reply()660 buf[len++] = (uint8_t)event->keypress.reader_no; in pd_build_reply()661 buf[len++] = (uint8_t)event->keypress.length; in pd_build_reply()662 memcpy(buf + len, event->keypress.data, event->keypress.length); in pd_build_reply()663 len += event->keypress.length; in pd_build_reply()
461 event.keypress.reader_no = buf[pos++]; in cp_decode_response()462 event.keypress.length = buf[pos++]; in cp_decode_response()463 if ((len - REPLY_KEYPPAD_DATA_LEN) != event.keypress.length) { in cp_decode_response()466 memcpy(event.keypress.data, buf + pos, event.keypress.length); in cp_decode_response()
420 * Added experimental support for SMP keypress notifications.
255 * Added support for keypress notifications as an SMP responder.