Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am using simple_peripheral_oad_onchip and sdk version - sdk_5_10_00_48.
In my application, device sends 230 bytes size packet every 150 ms to connected mobile device through notification. But i found that few of the packet gets loss.
After debugging found that the return value for "GATTServApp_ProcessCharCfg" is 0x16 which defines "blePending".
So i want to know that how packet loss can be avoided?