![]() |
nRF Connect SDK API 3.3.99
|
| int bt_hids_boot_mouse_inp_rep_send | ( | struct bt_hids * | hids_obj, |
| struct bt_conn * | conn, | ||
| const uint8_t * | buttons, | ||
| int8_t | x_delta, | ||
| int8_t | y_delta, | ||
| bt_gatt_complete_func_t | cb ) |
#include <include/bluetooth/services/hids.h>
Send Boot Mouse Input Report.
| hids_obj | Pointer to HIDS instance. |
| conn | Pointer to Connection Object. |
| buttons | Pointer to the state of the mouse buttons - if null, buttons are set to the previously passed value. |
| x_delta | Horizontal movement. |
| y_delta | Vertical movement. |
| cb | Notification complete callback (can be NULL). |