Skip to content
Commit f1c08ca5 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

[Bluetooth] Fix reference counting during ACL config stage



The ACL config stage keeps holding a reference count on incoming
connections when requesting the extended features. This results in
keeping an ACL link up without any users. The problem here is that
the Bluetooth specification doesn't define an ownership of the ACL
link and thus it can happen that the implementation on the initiator
side doesn't care about disconnecting unused links. In this case the
acceptor needs to take care of this.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 24342c34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment