2021-10-26 11:22 PM
I am using BLE peripheral on STM32WB5MMG module. For some reason the BLE gets disconnects on its own and not able to connect it again when it disconnects on its own. So I want to understand on what event BLE gets disconnects. Is it anyway possible to get events due to which disconnection happens from the firmware itself, since I am not getting disconnection event on the firmware. For now I am using NRF app to connect to BLE and I have enclosed the image on what I have observed on the app. Just wanted to know how can I find reason for disconnection happening through function available in STM32CubeIde.
2021-11-12 04:54 AM
After making the changes in code I am getting the event due to which ble disconnection is happening as following: HCI_HARDWARE_ERROR_EVT_CODE. After this I want to reset just the BLE core to enable the connection again without resetting the whole system.Any idea on how I can reset this?Please do suggest.
2021-11-16 01:37 AM
Hi @Gk.1 did you find any further solution...I am facing the similar issue
2021-11-22 12:40 AM
Same here.