Hi,
I have recently ported from SDK12 to SDK14.2. We have a custom android app which connects to nRF52832. The correct sequence of events in BLE should be
- Fast advertisement
- Slow Advertisement(if not connected for 2 mins)
- Connection
- Reading form the sensor
- Disconnection
But after porting to SDK14 we are observing the following sequence of events
- Fast advertisement
- Slow Advertisement(if not connected for 2 mins)
- Connection
- Reading form the sensor
- Fast advertisement(dont know how this happens)
- Disconnection
Also sometimes when we try to disconnect the system hangs.
Do you know why this would happen?Do we need to change something in our app related to advertisement and disconnection?
Thanks in advance