Home
last modified time | relevance | path

Searched refs:hid_host_init (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Dhid_host.h139 void hid_host_init(uint8_t * hid_descriptor_storage, uint16_t hid_descriptor_storage_len);
H A Dhid_host.c1194 void hid_host_init(uint8_t * hid_descriptor_storage, uint16_t hid_descriptor_storage_len){ in hid_host_init() function
/btstack/example/
H A Dhid_host_demo.c147 hid_host_init(hid_descriptor_storage, sizeof(hid_descriptor_storage)); in hid_host_setup()