This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

unknown app_error_handler happened when sd_ble_gap_disconnect called manually

Hi,

I disconnect the BLE by calling *sd_ble_gap_disconnect*(), and found that it run to *app_error_handler*() after the BLE_GAP_EVT_DISCONNECTED event occured, and I don't know where it come from.
Is there anything need to do to avoid the error?

Thanks.

Related