Google fast pair Service and BLE

Hello Nordic Team,

I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature.

I’m trying to combine BLE LBS and Fast Pair Input Device functionality using Zephyr. However, when I add the prj.conf configuration for BLE LBS to the Fast Pair Input Device project, Fast Pair advertising stops working.

Is it possible to run both standard BLE services (like LBS) and Google Fast Pair simultaneously? If so, could you please guide me on how to properly configure this within Zephyr?

Thank you in advance for your support.

i am using nrodic 5340dk sdk 2.9.0

Best regards,
kelk

Parents
  • Hello,

    Yes, fast pair can be combined with any Bluetooth service. I also think it's easiest to use the Pair input device project as a starting point like you did and then replace the HID service with the LBS functionality from the LBS sample. 

    However, when I add the prj.conf configuration for BLE LBS to the Fast Pair Input Device project, Fast Pair advertising stops working.

    Did the debug log show were the program failed?

    Best regards,

    Vidar

Reply
  • Hello,

    Yes, fast pair can be combined with any Bluetooth service. I also think it's easiest to use the Pair input device project as a starting point like you did and then replace the HID service with the LBS functionality from the LBS sample. 

    However, when I add the prj.conf configuration for BLE LBS to the Fast Pair Input Device project, Fast Pair advertising stops working.

    Did the debug log show were the program failed?

    Best regards,

    Vidar

Children
Related