I am using a tab with some application in which if we kill the app ble_disconnect will happen and led will blink means it goes from connected to diconnected state.
path:examples/ble_peripheral/ble_app_hrs_freertos on_ble_event function we have bsp_indication_set(BSP_INDICATE_CONNECTED); which wil turn the on the led but there is nothing written in case of ble disconnect case then how it is disconnecting?weather it is automatic...?