This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
My application is fairly simple: sending 100 notifications from the SAP via the SNP (CC2640) to some central device.
When the central device is an iPhone, the packets are received at a high rate (about 100 packets per second) and no errors.
When the central device is a Linux PC (with BlueZ stack), the packets are received at a much lower rate (around 10-20 packets per second) and I receive a SNP_SEND_NOTIF_IND_CNF packet at the SAP with status of SNP_OUT_OF_RESOURCES error.
Where could the problem come from? How can the resources be depleted?
Best regards,
Gregory
Yeah, looks like it. I'll update when I test it.
I've tried earlier to modify the interval using
SAP_setServiceParam(SNP_GGS_SERV_ID, SNP_GGS_PERI_CONN_PARAM_ATT, ....);
but that was not the correct API call...