diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 4b7fc430793c..afbf3361e760 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -4937,7 +4937,8 @@ static void hci_phy_link_complete_evt(struct hci_dev *hdev, } if (ev->status) { - hci_conn_del(hcon); + //Do not del here + //hci_conn_del(hcon); hci_dev_unlock(hdev); return; }