Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_device.c483 …const uint8_t * report_reference_value = gatt_server_get_const_value_for_handle(report_reference_h… in hids_device_init_with_storage() local
484 if (report_reference_value == NULL){ in hids_device_init_with_storage()
490 uint8_t report_id = report_reference_value[0]; in hids_device_init_with_storage()
491 hid_report_type_t report_type = (hid_report_type_t) report_reference_value[1]; in hids_device_init_with_storage()