nRF Connect SDK API 2.8.99
|
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.
hogp | HOGP object. |
err | Negative internal error code or positive ATT error code. |