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

when an ble_evt_disconnect connect occurs how will the status of leds will change..?automatically or we have write a code?

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...?

Related