I'm upgrading an old project from SDK14.2 to SDK17 along with using the latest S132 Softdevice. However I ran into an issue testing this with our App. I noted that the Value Handles of the Characteristics have changes, thus our App doesn't know which Value Handler to Read. Previously our main Characteristic had a Value Handle of 0x00D, but after updating the SDK and Softdevice, that same Characteristic now has a Value Handle of 0x0010. I know I can't manually assign Value Handles, but is there any way to address this outside of updating the Mobile app? I'd never seen this issue before with Value Handle assignments changing with SDK/Softdevice versions
-KL