Home
last modified time | relevance | path

Searched refs:hid_descriptor_mouse_boot_mode (Results 1 – 2 of 2) sorted by relevance

/btstack/example/
H A Dhid_mouse_demo.c72 const uint8_t hid_descriptor_mouse_boot_mode[] = { variable
322 hid_descriptor_mouse_boot_mode, in btstack_main()
323 sizeof(hid_descriptor_mouse_boot_mode), in btstack_main()
339 …hid_device_init(hid_boot_device, sizeof(hid_descriptor_mouse_boot_mode), hid_descriptor_mouse_boot… in btstack_main()
H A Dhog_mouse_demo.c60 const uint8_t hid_descriptor_mouse_boot_mode[] = { variable
141 hids_device_init(0, hid_descriptor_mouse_boot_mode, sizeof(hid_descriptor_mouse_boot_mode)); in hog_mouse_setup()