nRF Connect SDK API 2.8.99
|
typedef void(* bt_hids_rep_handler_t) (struct bt_hids_rep *rep, struct bt_conn *conn, bool write) |
#include <include/bluetooth/services/hids.h>
HID Report event handler.
rep | Pointer to the report descriptor. |
conn | Pointer to Connection Object. |
write | true if handler is called for report write. |