Home
last modified time | relevance | path

Searched refs:hid_device_init (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Dhid_device.h91 void hid_device_init(bool boot_protocol_mode_supported, uint16_t hid_descriptor_len, const uint8_t …
H A Dhid_device.c838 void hid_device_init(bool boot_protocol_mode_supported, uint16_t descriptor_len, const uint8_t * de… in hid_device_init() function
/btstack/example/
H A Dhid_mouse_demo.c339hid_device_init(hid_boot_device, sizeof(hid_descriptor_mouse_boot_mode), hid_descriptor_mouse_boot… in btstack_main()
H A Dhid_keyboard_demo.c468 hid_device_init(hid_boot_device, sizeof(hid_descriptor_keyboard), hid_descriptor_keyboard); in btstack_main()