Hi,
I've just downloaded SDK 15.3 and compiled BLE peripheral HRS app. After flashing SD 332 and the app and starting it, it seems to hang on disconnection. I.e. It starts fast advertising, I connect with Nordic nRF Toolbox and I receive data. On disconnection, the demo does not restart advertising, i just remains idle. It also does not log the disconnection and a breakpoint on the event handler for disconnection is not triggered.
Logs:
<info> app: Heart Rate Sensor example started.
<info> app: Fast advertising.
<info> app: Connected.
<info> app: GATT ATT MTU on connection 0x0 changed to 247.
<info> app: GATT ATT MTU on connection 0x0 changed to 247.<<<---- Last line, nothing added on disconnection and can't connect anymore
Thanks!