Re: [PATCH] Bluetooth: hci_conn: hold conn for LE timeout work
From: Chengfeng Ye
Date: Sat Aug 01 2026 - 10:55:01 EST
Hi Luiz,
On Sat, Aug 1, 2026 at 3:25 AM Luiz Augusto von Dentz
<luiz.dentz@xxxxxxxxx> wrote:
> We might be better off removing the le_conn_timeout completely and
> just make hci_le_create_conn_sync -> hci_le_directed_advertising_sync
> wait on the connection complete directly rather then using yet another
> work that can then race against the likes of hci_conn_del.
Thanks for the review, I have just sent a v2 patch to remove the
racing timer completely and let the hci_le_directed_advertising_sync
synchronously wait for the connection. Let me know if anything should
be further adjusted.
Best regards,
Chengfeng