GAPC_DISCONNECT_IND gets consumed before reaching user_app_disconnect
Hi
My application has an Android app that talks to the 583. The code is based on the ble_app_barebone example and I have implemented custs1_task profile as well.
I am looking to toggle an LED when the Android app connectors or disconnects from the 583. I am able to get the connection part right and the LED goes on. However, if the Android app initiates the disconnect, the custs1_task.c consumes the GAPC_DISCONNECT_IND message, and it never bubbles up to the user_app_disconnect method in user_barebone.c
