Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c439 void send_mouse(uint8_t buttons, char dx, char dy, char wheel) in send_mouse() function
468 send_mouse(1, 0, 0, 0); in bt_hid_demo_task()
471 send_mouse(0, 0, -10, 0); in bt_hid_demo_task()
474 send_mouse(2, 0, 0, 0); in bt_hid_demo_task()
477 send_mouse(0, -10, 0, 0); in bt_hid_demo_task()
480 send_mouse(0, 0, 10, 0); in bt_hid_demo_task()
483 send_mouse(0, 10, 0, 0); in bt_hid_demo_task()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c64 void send_mouse(uint8_t buttons, char dx, char dy, char wheel) in send_mouse() function
95 send_mouse(0, s_local_param.x_dir * step, 0, 0); in mouse_move_task()