Hello.
In our project we're using the Network Processor. We are using RCN_NLME_DISCOVERY_REQ to list available devices, however this is limited to only 10 results before ending in an error.
I've found in rcn_nwk.h this define:
#define RCN_CAP_NODE_DESC_TABLE_SIZE 10 // determines maximum number of discovered events
However I can't see this being used anywhere in the source. Will increasing this actually increase the maximum number of results?
Thanks,
Red.