![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_hids_boot_mouse_inp_rep_send | ( | struct ble_hids * | hids, |
| uint16_t | conn_handle, | ||
| struct ble_hids_boot_mouse_input_report * | report ) |
#include <ble_hids.h>
Function for sending Boot Mouse Input Report.
Sends data on an Boot Mouse Input Report characteristic.
| [in] | hids | HID Service structure. |
| [in] | conn_handle | Connection handle, where the notification will be sent. |
| [in] | report | Boot Mouse input report. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_NULL | If hids or report are NULL. |
| NRF_ERROR_NOT_FOUND | Unknown connection handle. |