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

◆ bt_fast_pair_fhn_is_provisioned()

bool bt_fast_pair_fhn_is_provisioned ( void )

#include <include/bluetooth/fast_pair/fhn/fhn.h>

Check the FHN provisioning state.

This function can be used to synchronously check the FHN provisioning state. To track the provisioning state asynchronously, use the bt_fast_pair_fhn_info_cb::provisioning_state_changed callback.

The function shall only be used after the Fast Pair module is enabled with the bt_fast_pair_enable API. In the disabled state, this function always returns false.

Returns
True if the device is provisioned, false otherwise.