Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_host_main.c80 void hid_demo_task(void *pvParameters) in hid_demo_task() function
151 xTaskCreate(&hid_demo_task, "hid_task", 6 * 1024, NULL, 2, NULL); in app_main()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c162 void hid_demo_task(void *pvParameters) in hid_demo_task() function
249 xTaskCreate(&hid_demo_task, "hid_task", 2048, NULL, 5, NULL); in app_main()