![]() |
nRF Connect SDK API 3.3.99
|
| int bt_fast_pair_fhn_info_cb_register | ( | struct bt_fast_pair_fhn_info_cb * | cb | ) |
#include <include/bluetooth/fast_pair/fhn/fhn.h>
Register the information callbacks in the FHN module.
This function registers the information callbacks. You can call this function only in the disabled state of the FHN module (see bt_fast_pair_is_ready function). This API for callback registration is optional and does not have to be used. You can register multiple instances of information callbacks.
This function must be called in the cooperative thread context or in the system initialization context (SYS_INIT macro).
| cb | Information callback structure. |