nRF Connect SDK API 2.8.99
|
int bt_hids_boot_kb_inp_rep_send | ( | struct bt_hids * | hids_obj, |
struct bt_conn * | conn, | ||
uint8_t const * | rep, | ||
uint16_t | len, | ||
bt_gatt_complete_func_t | cb ) |
#include <include/bluetooth/services/hids.h>
Send Boot Keyboard Input Report.
hids_obj | Pointer to HIDS instance. |
conn | Pointer to Connection Object. |
rep | Pointer to the report data. |
len | Length of report data. |
cb | Notification complete callback (can be NULL). |