commit | 39eaec0513d465e4025d71ff28f2c97d06afc68d | [log] [tgz] |
---|---|---|
author | Mark Wang <yichang.wang@nxp.com> | Tue Sep 09 16:55:15 2025 +0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Oct 14 12:53:27 2025 +0300 |
tree | 90908ebeae5be76663b6c4f98a273b01ee160d01 | |
parent | b9dc6a7fde7ee0989333de6554b02ccd89b1acd2 [diff] |
bluetooth: a2dp: improve the stream l2cap release When signal l2cap is disconnected, use `release_work` to release the related stream l2cap connections. When releasing the sep's stream l2cap, use `delay_work` to check the stream l2cap disconnecting result. Move the stream l2cap disconnecting callback to sep because the chan is in sep, then use this callback to indicate the sep stream chan is released and sep is idle. Signed-off-by: Mark Wang <yichang.wang@nxp.com>