nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_hogp_prep_fail_cb

typedef void(* bt_hogp_prep_fail_cb) (struct bt_hogp *hogp, int err)

#include <include/bluetooth/services/hogp.h>

Callback function that is called when an error is detected during HIDS client preparation.

When the bt_hogp_handles_assign function is called, the module starts reading all additional information it needs to work. If an error is detected during this process, this callback function is called.

Parameters
hogpHOGP object.
errNegative internal error code or positive ATT error code.
See also
bt_hogp_ready_cb