![]() |
nRF Connect SDK API 3.3.99
|
| void(* bt_fast_pair_fhn_info_cb::clock_synced) (void) |
Indicate that the peer was notified about the clock value.
This callback is called to indicate that the authenticated peer was notified about the accessory clock. It can be used to signal the synchronization point between the devices. After this callback, it may no longer be necessary to use the Fast Pair not discoverable advertising as a mechanism to synchronize devices after a long clock drift.
This callback is executed in the cooperative thread context. You can learn about the exact thread context by analyzing the
CONFIG_BT_RECV_CONTEXT
configuration choice. By default, this callback is executed in the Bluetooth-specific workqueue thread (
CONFIG_BT_RECV_WORKQ_BT
).