Hello,
I'm developing a BLE application using nRF52 based on SDK15.2 using Sofdevice S132 under Windows.
The nRF52 is used to send data in notification Format. In order to check if there is a packet loss, I'm using nRF_Connect for android (nRF Logger) to view the data received
My service supports the properties identified below :
- read
- Write
- Write_wo_resp
- notify
- indicate
As shown in the figure below, despite that only notification is enabled, nRFConnect identifies that an 'indication is received'.
When making indication propriety as disallowed, nRF_Connect identify that 'notification is received'.
- Is this the normal behavior?
- Can that cause packet loss, knowing that there is packets loss when making indication permitted?
Best Regards,
Mehdi.
