Searched refs:btstack_hid_parser_t (Results 1 – 5 of 5) sorted by relevance
/btstack/test/hid_parser/ |
H A D | hid_parser_test.cpp | 417 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 D | btstack_hid_parser.h | 185 } 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 D | btstack_hid_parser.c | 453 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 D | hid_host_demo.c | 225 btstack_hid_parser_t parser; in hid_host_handle_interrupt_report()
|
H A D | hog_host_demo.c | 160 btstack_hid_parser_t parser; in hid_handle_input_report()
|