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

◆ bt_hogp_release()

void bt_hogp_release ( struct bt_hogp hogp)

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

Release the HIDS client instance.

This function releases all dynamic memory allocated by the HIDS client instance and clears all the instance data.

Note
Do not call this function on an instance that was not initialized (see bt_hogp_init). After the instance is initialized, it is safe to call this function multiple times.
Parameters
hogpHOGP object.