This repository has been archived by the owner on May 18, 2022. It is now read-only.
Responder should shut down after connection terminates #70
Labels
area: link layer
Code Area: BLE Link Layer (establishing and maintaining connections, encryption, etc)
status: needs code
An implementation or a bugfix need to be written
type: bug
Something isn't behaving as intended
Right now, when the link-layer connection is terminated, the packet queues might still contain data the responder will then still try to process. This might even "succeed" until the sending queue fills up. We should try to clear the queues and signal that the connection has shut down.
The text was updated successfully, but these errors were encountered: