![]() |
nRF Connect SDK API 3.3.99
|
| bool bt_fast_pair_adv_manager_is_adv_active | ( | void | ) |
#include <include/bluetooth/fast_pair/adv_manager.h>
Check if the Fast Pair advertising set is active.
This function can be used to synchronously check if the Fast Pair advertising set is currently being advertised. To track the advertising state asynchronously, use the bt_fast_pair_adv_manager_info_cb::adv_state_changed callback.
| true | If the Fast Pair advertising set is active. |
| false | Otherwise. |