Problem:
Application opens and closes multiple L2cap connection.
Baseband connections get opened automatically, but not
closed.
Who should close the BB connections, and when?
2 Approaches:
(1) if application uses the l2cap_layer (wrapper for
co-use with acl_com), the DISCONNECT macro, which
closes the l2cap connection should also close the BB
connection
(2) implement a timeout that closes the BB connection
after it has been idle for a certain amount of time
after a L2cap disconnect.
Logged In: YES
user_id=687107
I'm favor of a convenient timeout of e.g. 30 seconds
Logged In: YES
user_id=154546
Originator: NO
matthias, is this issue still pending?
Logged In: YES
user_id=687107
Originator: NO
no change here.
does CM close HCI connections? if yes, only the one it opened or other, too? When?