This repository has been archived by the owner on May 18, 2022. It is now read-only.
Support for closing connections #147
Labels
area: link layer
Code Area: BLE Link Layer (establishing and maintaining connections, encryption, etc)
type: enhancement
A new feature or an improvement for an existing one
Right now, there isn't any way to properly close a connection, flush the associated queues, and turn off the radio.
Supporting this isn't necessarily trivial, however. Quoting from @jonas-schievink from #140 (comment) (on a simple-and-incorrect radio shutdown PR):
Fixing this would mean adding the ability to properly close a connection from the device, and fixing "start_advertising" so that it uses this method to close any active connections before advertising.
See also #70.
The text was updated successfully, but these errors were encountered: