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()
275 struct osdp_event_keypress keypress; member
643 assert_buf_len(REPLY_KEYPAD_LEN + event->keypress.length, max_len); in pd_build_reply()645 buf[len++] = (uint8_t)event->keypress.reader_no; in pd_build_reply()646 buf[len++] = (uint8_t)event->keypress.length; in pd_build_reply()647 memcpy(buf + len, event->keypress.data, event->keypress.length); in pd_build_reply()648 len += event->keypress.length; in pd_build_reply()
426 event.keypress.reader_no = buf[pos++]; in cp_decode_response()427 event.keypress.length = buf[pos++]; in cp_decode_response()428 if ((len - REPLY_KEYPPAD_DATA_LEN) != event.keypress.length) { in cp_decode_response()431 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.