nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_hids_boot_mouse_inp_rep_send()

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.

Parameters
[in]hidsHID Service structure.
[in]conn_handleConnection handle, where the notification will be sent.
[in]reportBoot Mouse input report.
Return values
NRF_SUCCESSOn success.
NRF_ERROR_NULLIf hids or report are NULL.
NRF_ERROR_NOT_FOUNDUnknown connection handle.