![]() |
nRF Connect SDK API 3.3.99
|
| void(* bt_fast_pair_adv_manager_info_cb::adv_state_changed) (bool active) |
Notify that the advertising state has changed.
This information callback is used to track the state of the Fast Pair advertising set. The current state can be used to signal the application mode in the user interface (for example, on LEDs).
The bt_fast_pair_adv_manager_is_adv_active API function can be used to synchronously check the state of the Fast Pair advertising set.
| active | True: Fast Pair advertising is active. False: Fast Pair advertising is inactive. |