nRF Connect SDK API 2.8.99
|
void(* bt_fast_pair_info_cb::account_key_written) (struct bt_conn *conn) |
Notify that the Account Key has been written.
This information can be used for example to update the Fast Pair advertising data in the not discoverable mode. Due to execution context constraints (Bluetooth RX thread), it is not recommended to block for long periods of time in this callback.
conn | Connection object that wrote the Account Key. |