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

◆ bt_fast_pair_adv_manager_id_set()

int bt_fast_pair_adv_manager_id_set ( uint8_t id)

#include <include/bluetooth/fast_pair/adv_manager.h>

Set the Bluetooth identity for the Fast Pair advertising.

This identity shall be created with the bt_id_create function that is available in the Bluetooth API. You can only set the Bluetooth identity when the Fast Pair Advertising Manager module is disabled. If you do not explicitly set the identity with this API call, the BT_ID_DEFAULT identity is used.

Parameters
idBluetooth identity for the Fast Pair advertising.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.