Google Find My Device Network implementation

Hello, 

I need to implement Find My Device for nRF52833. 

From Sample I could find "samples/bluetooth/fast_pair/Locator Tag" example. I tried to go through it. but I could not able to map with fast pair specification(Fast Pair  |  Google for Developers). 

I want to check in which function advertisement is prepared ?

How keys(account keys,anti-snoofing keys) are sent in encrypted ?

In the advertisement which data we are sending(like fast pair UUID, Model id, anti snoofing keys, unique mac address,salt field ) etc ?  

Parents Reply Children
  • Nareshpatel said:
    Google is reviewing the form.

    So you have not yet received confirmation that the review process is final? 

    The part of the magic that happens between the advertisements and the fast pair popups is all Android/Google magic. But when the form is approved, and if you are signed in using the same email address on your phone that you used in the form, then it should pop up.

    This being said, I am not sure about the pop-up on the locator tag sample. I think the fast pair process is a bit different there. Can you please test the input_device sample found in NCS\nrf\samples\bluetooth\fast_pair\input_device? Do you see the popup message on that one (given that your form is approved by Google)?

    Best regards,

    Edvin

  • No. Pop up is not coming. I could see Device Name in Bluetooth advertisement.  

Related