As title, now use DSPS device and mobile phone connection is established, because there is verify the login, if login authentication failure, need to take the initiative to disconnect, DSPS device needs to call the function, can take the initiative to disconnect with cell phones
Device:
Hi zhangtinglu8888,
I am not sure i get the question, if you are using security the device will disconnect by default if the authentication fail (if the user enters a wrong pass key), if you would like the device to disconnect under specific circustances that will be defined by the use case, then you can invoke the app_easy_gap_disconnect() function with the appropriate reason (CO_ERROR_REMOTE_USER_TERM_CON) in order for your peripheral to trigger a disconnection from the central.
Thanks MT_dialog
thanks