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

◆ bt_hogp_ready_check()

bool bt_hogp_ready_check ( const struct bt_hogp hogp)

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

Check if the HIDS client is ready to work.

Note
If bt_hogp_assign_check returns true while this function returns false, it means that initialization is in progress.
Parameters
hogpHOGP object.
Return values
trueIf the HIDS client is ready to work.
falseIf the HIDS client is not ready.