Searched refs:btstack_hid_parser_get_field (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ |
H A D | btstack_hid_parser.h | 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 | 486 void btstack_hid_parser_get_field(btstack_hid_parser_t * parser, uint16_t * usage_page, uint16_t * … in btstack_hid_parser_get_field() function
|
/btstack/example/ |
H A D | hid_host_demo.c | 240 btstack_hid_parser_get_field(&parser, &usage_page, &usage, &value); in hid_host_handle_interrupt_report()
|
H A D | hog_host_demo.c | 187 btstack_hid_parser_get_field(&parser, &usage_page, &usage, &value); in hid_handle_input_report()
|
/btstack/test/hid_parser/ |
H A D | hid_parser_test.cpp | 423 btstack_hid_parser_get_field(parser, &usage_page, &usage, &value); in expect_field()
|