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

◆ account_key_written

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.

Parameters
connConnection object that wrote the Account Key.