Solved
STM32WB55 Stops handling events after sending a notification
- September 19, 2024
- 2 replies
- 706 views
Initially, the server works normally. The client can send data, connect and disconnect. All events are fired normally.
But after I send the notification with aci_gatt_update_char_value_ext (data length is 243 bytes and MTU is 300),, it stops handling server events. No events are fired. I can only continue sending data to client with the notification.
Has anyone experienced this or have any idea what it could be? I didn't find anything about this in my research.
