Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_device.c96 static void (*hids_device_get_report_callback)(hci_con_handle_t hid_cid, hid_report_type_t report_t… variable
289 if (hids_device_get_report_callback == NULL){ in att_read_callback()
297 …(*hids_device_get_report_callback)(con_handle, boot_report_type, boot_report_id, boot_report_size,… in att_read_callback()
306 if (hids_device_get_report_callback == NULL){ in att_read_callback()
314 … (*hids_device_get_report_callback)(con_handle, report->type, report->id, max_size, buffer); in att_read_callback()
550 hids_device_get_report_callback = callback; in hids_device_register_get_report_callback()