mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
7292c2785e
This cancels the `connection_result` future of LeCreditBasedChannel when abort() is called, e.g. if the LE connection disconnects. This makes it possible for code waiting for a connection to open to detect that the connection has failed. Fixes google/bumble#825