Home
last modified time | relevance | path

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

/btstack/test/hid_parser/
H A Dhid_parser_test.cpp417 static void expect_field(btstack_hid_parser_t * parser, uint16_t expected_usage_page, uint16_t expe… in expect_field()
436 static btstack_hid_parser_t hid_parser; in TEST()
447 static btstack_hid_parser_t hid_parser; in TEST()
458 static btstack_hid_parser_t hid_parser; in TEST()
471 static btstack_hid_parser_t hid_parser; in TEST()
491 static btstack_hid_parser_t hid_parser; in TEST()
502 static btstack_hid_parser_t hid_parser; in TEST()
522 static btstack_hid_parser_t hid_parser; in TEST()
537 static btstack_hid_parser_t hid_parser; in TEST()
/btstack/src/
H A Dbtstack_hid_parser.h185 } btstack_hid_parser_t; typedef
258 void btstack_hid_parser_init(btstack_hid_parser_t * parser, const uint8_t * hid_descriptor, uint16_…
264 bool btstack_hid_parser_has_more(btstack_hid_parser_t * parser);
273 void btstack_hid_parser_get_field(btstack_hid_parser_t * parser, uint16_t * usage_page, uint16_t * …
H A Dbtstack_hid_parser.c453 void btstack_hid_parser_init(btstack_hid_parser_t * parser, const uint8_t * hid_descriptor, uint16_… in btstack_hid_parser_init()
464 bool btstack_hid_parser_has_more(btstack_hid_parser_t * parser){ in btstack_hid_parser_has_more()
486 void btstack_hid_parser_get_field(btstack_hid_parser_t * parser, uint16_t * usage_page, uint16_t * … in btstack_hid_parser_get_field()
/btstack/example/
H A Dhid_host_demo.c225 btstack_hid_parser_t parser; in hid_host_handle_interrupt_report()
H A Dhog_host_demo.c160 btstack_hid_parser_t parser; in hid_handle_input_report()