Searched refs:hid_demo_task (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_host_main.c | 80 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/ |
D | ble_hidd_demo_main.c | 162 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()
|