Service Changed indication and Desktop Bluetooth Low Energy app

Hi, I'm using v4.0.4 of the standalone Bluetooth Low Energy desktop application to obtain and display GATT details of a connected device. I enable indications on the Service Changed characteristic and when the connected device removes or adds a custom service, the UI seems to show that an indication has been received. But the list of GATT services does not refresh and the only way it seems possible to see the revised list of services is to disconnect and reconnect which is not what I want to do. Is it possible somehow for the standalone app to respond to Service Changed indications by refreshing the GATT services, characteristics etc?

The nRF Connect for Android app works well in this respect and I'd like the same behaviour in the desktop application if possible.

Thanks

Related