Searched refs:hid_parser (Results 1 – 3 of 3) sorted by relevance
/btstack/test/hid_parser/ |
H A D | hid_parser_test.cpp | 436 static btstack_hid_parser_t hid_parser; in TEST() local 437 …btstack_hid_parser_init(&hid_parser, mouse_descriptor_without_report_id, sizeof(mouse_descriptor_w… in TEST() 438 expect_field(&hid_parser, 9, 1, 1); in TEST() 439 expect_field(&hid_parser, 9, 2, 1); in TEST() 440 expect_field(&hid_parser, 9, 3, 0); in TEST() 441 expect_field(&hid_parser, 1, 0x30, 2); in TEST() 442 expect_field(&hid_parser, 1, 0x31, 3); in TEST() 443 CHECK_EQUAL(0, btstack_hid_parser_has_more(&hid_parser)); in TEST() 447 static btstack_hid_parser_t hid_parser; in TEST() local 448 …btstack_hid_parser_init(&hid_parser, mouse_descriptor_without_report_id, sizeof(mouse_descriptor_w… in TEST() [all …]
|
H A D | CMakeLists.txt | 3 project(BTstack-test-hid_parser)
|
/btstack/test/ |
H A D | Makefile | 25 hid_parser \ 61 hid_parser \
|