Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Dbt_hidd.c35 esp_hid_raw_report_map_t reports_map; member
123 dev->devices[d].reports_map.data = (const uint8_t *)map; in bt_hidd_init_config()
124 dev->devices[d].reports_map.len = config->report_maps[d].len; in bt_hidd_init_config()
192 free((void *)dev->devices[d].reports_map.data); in bt_hid_free_config()
292 s_hidd_param.app_param.desc_list = (uint8_t *)s_hidd_param.dev->devices[0].reports_map.data; in bt_hidd_init_app()
293 s_hidd_param.app_param.desc_list_len = s_hidd_param.dev->devices[0].reports_map.len; in bt_hidd_init_app()
Dble_hidd.c130 esp_hid_raw_report_map_t reports_map; member
291 …RT_MAP_MAX_LEN, dev->devices[device_index].reports_map.len, (uint8_t *)dev->devices[device_index]. in create_hid_db()
692 dev->devices[d].reports_map.data = (const uint8_t *)map; in ble_hid_init_config()
693 dev->devices[d].reports_map.len = config->report_maps[d].len; in ble_hid_init_config()
728 free((void *)dev->devices[d].reports_map.data); in ble_hid_free_config()