Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Dbt_hidd.c38 } hidd_dev_map_t; typedef
51 hidd_dev_map_t *devices;
106 dev->devices = (hidd_dev_map_t *)malloc(config->report_maps_len * sizeof(hidd_dev_map_t)); in bt_hidd_init_config()
111 memset(dev->devices, 0, config->report_maps_len * sizeof(hidd_dev_map_t)); in bt_hidd_init_config()
Dble_hidd.c136 } hidd_dev_map_t; typedef
165 hidd_dev_map_t *devices;
340 static void link_report_handles(hidd_dev_map_t *dev, uint16_t *handles) in link_report_handles()
675 dev->devices = (hidd_dev_map_t *)malloc(config->report_maps_len * sizeof(hidd_dev_map_t)); in ble_hid_init_config()
680 memset(dev->devices, 0, config->report_maps_len * sizeof(hidd_dev_map_t)); in ble_hid_init_config()