Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_client.h220 void hids_client_init(uint8_t * hid_descriptor_storage, uint16_t hid_descriptor_storage_len);
H A Dhids_client.c1684 void hids_client_init(uint8_t * hid_descriptor_storage, uint16_t hid_descriptor_storage_len){ in hids_client_init() function
/btstack/example/
H A Dhog_host_demo.c536 hids_client_init(hid_descriptor_storage, sizeof(hid_descriptor_storage)); in btstack_main()