The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:
// Public Definitions
#define MAX_DEVICES ((uint8_t) 16) /**< Maximum number of devices in that can be registered */
Is there a particular reason for this limit?
I cannot test larger limits as I don't have that many devices.
Thanks,
Steph