BLE, ANT+ and Apple Fine My integration

Hello,

I want to combine BLE, ANT+ and Apple Find My in one project.

I have permission to use ANT+ and Apple Find My.

I ran the two examples separately and they worked.

  • ANT BLE Heart Rate Monitor Relay
  • Find My Coexistence

I tried adding Apple Find My to the "ANT BLE Heart Rate Monitor Relay" example:

CONFIG_FMNA=y

And i got the following error after build:
warning: attempt to assign the value 'y' to the undefined symbol FMNA
error: Aborting due to Kconfig warnings


The same problem occurs in the second example, when I try to add ANT Config to the project, the FMNA can't be found. It looks like the ANT library is blocking the FMNA.

Is it possible to integrate these libraries?
Maybe I am missing something?

Related