I'm facing an issue in BLE connection disconnection event .currently I am using simple peripheral example project from simplelink_cc13x2_26x2_sdk_5_10_00_48 SDK.
I have added custom profile in the code .I have made changes in the service UUID and characteristics as per android application which I am using and I am blinking LED's after one button is pressed on android application.
after connecting with android application I am pressing connect disconnect buttons on app but it seems after pressing 1-2 times the BLE is not getting connected next time. Also BLE stops advertising.
Kindly please let me know how to solve this issue.